mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-02 04:29:48 +08:00
#1122 开放平台对外暴露WxOpenMpServiceImpl类,方便开发者灵活调用
This commit is contained in:
@ -9,7 +9,7 @@ import me.chanjar.weixin.open.api.WxOpenComponentService;
|
|||||||
/**
|
/**
|
||||||
* @author <a href="https://github.com/007gzs">007</a>
|
* @author <a href="https://github.com/007gzs">007</a>
|
||||||
*/
|
*/
|
||||||
/* package(无需对外暴露) */ class WxOpenMpServiceImpl extends WxMpServiceImpl {
|
public class WxOpenMpServiceImpl extends WxMpServiceImpl {
|
||||||
private WxOpenComponentService wxOpenComponentService;
|
private WxOpenComponentService wxOpenComponentService;
|
||||||
private WxMpConfigStorage wxMpConfigStorage;
|
private WxMpConfigStorage wxMpConfigStorage;
|
||||||
private String appId;
|
private String appId;
|
||||||
|
|||||||
Reference in New Issue
Block a user