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