up
This commit is contained in:
parent
4ef35151de
commit
89bbc8ecb6
@ -59,7 +59,9 @@ public class WeixinPayProxy {
|
||||
* 现金API
|
||||
*/
|
||||
private final CashApi cashApi;
|
||||
|
||||
/**
|
||||
* 配置相关
|
||||
*/
|
||||
private final Weixin4jSettings settings;
|
||||
|
||||
/**
|
||||
|
||||
@ -112,8 +112,13 @@ public class WeixinProxy {
|
||||
* 数据统计API
|
||||
*/
|
||||
private final DataApi dataApi;
|
||||
|
||||
/**
|
||||
* token实现
|
||||
*/
|
||||
private final TokenHolder tokenHolder;
|
||||
/**
|
||||
* 配置相关
|
||||
*/
|
||||
private Weixin4jSettings settings;
|
||||
|
||||
/**
|
||||
|
||||
@ -155,7 +155,7 @@ public class TmplApi extends MpApi {
|
||||
* "http://mp.weixin.qq.com/wiki/2/def71e3ecb5706c132229ae505815966.html"
|
||||
* >运营规范</a>
|
||||
* @see com.foxinmy.weixin4j.mp.message.TemplateMessage
|
||||
* @seee com.foxinmy.weixin4j.msg.event.TemplatesendjobfinishMessage
|
||||
* @see com.foxinmy.weixin4j.msg.event.TemplatesendjobfinishMessage
|
||||
*/
|
||||
public JsonResult sendTmplMessage(TemplateMessage tplMessage)
|
||||
throws WeixinException {
|
||||
|
||||
@ -103,9 +103,13 @@ public class WeixinProxy {
|
||||
* 聊天服务API
|
||||
*/
|
||||
private final ChatApi chatApi;
|
||||
|
||||
/**
|
||||
* token实现
|
||||
*/
|
||||
private final TokenHolder tokenHolder;
|
||||
|
||||
/**
|
||||
* 配置相关
|
||||
*/
|
||||
private Weixin4jSettings settings;
|
||||
|
||||
/**
|
||||
|
||||
@ -37,7 +37,9 @@ public class WeixinSuiteProxy {
|
||||
* 供应商API:如登陆URL
|
||||
*/
|
||||
private ProviderApi providerApi;
|
||||
|
||||
/**
|
||||
* 配置相关
|
||||
*/
|
||||
private final Weixin4jSuiteSettings suiteSettings;
|
||||
|
||||
public WeixinSuiteProxy() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user