mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-09-20 18:48:13 +08:00
#378 修复第三方平台接口BUG
* 增加 微信第三方平台 接口 * WxOpenXmlMessage 消息处理 * 增加 摇周边部分接口 * fix * fix * rebase * 增加 摇周边部分接口 * fix * fix * unix 换行符 * fix 三方接口BUG
This commit is contained in:
@@ -18,6 +18,7 @@ public class WxOpenMpServiceImpl extends WxMpServiceImpl {
|
||||
this.wxOpenComponentService = wxOpenComponentService;
|
||||
this.appId = appId;
|
||||
this.wxMpConfigStorage = wxMpConfigStorage;
|
||||
initHttp();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@@ -46,7 +46,6 @@ public class WxOpenXmlMessage implements Serializable {
|
||||
private String authorizationCode;
|
||||
|
||||
@XStreamAlias("AuthorizationCodeExpiredTime")
|
||||
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||
private Long authorizationCodeExpiredTime;
|
||||
|
||||
@XStreamAlias("PreAuthCode")
|
||||
|
Reference in New Issue
Block a user