File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/impl
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ package me .chanjar .weixin .cp .api .impl ;
2+
3+ /**
4+ * <pre>
5+ * 默认接口实现类,使用apache httpclient实现
6+ * Created by Binary Wang on 2017-5-27.
7+ * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
8+ * </pre>
9+ */
10+ public class WxCpServiceImpl extends me .chanjar .weixin .cp .api .impl .apache .WxCpServiceImpl {
11+ }
Original file line number Diff line number Diff line change 1+ package me .chanjar .weixin .mp .api .impl ;
2+
3+ /**
4+ * <pre>
5+ * 默认接口实现类,使用apache httpclient实现
6+ * Created by Binary Wang on 2017-5-27.
7+ * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
8+ * </pre>
9+ */
10+ public class WxMpServiceImpl extends me .chanjar .weixin .mp .api .impl .apache .WxMpServiceImpl {
11+ }
You can’t perform that action at this time.
0 commit comments