Skip to content

Commit c017278

Browse files
committed
增加默认接口实现类,兼容之前版本
1 parent d961047 commit c017278

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
}

0 commit comments

Comments
 (0)