#739 增加微信激活会员卡时需要用的设置用户资料的接口

* 增加微信激活会员卡,设置用户资料字段接口实现。

* 增加创建卡券二维码的失效时间参数接口。

* 设置对象返回类型。

* 增加卡券相关事件及xml消息解析
This commit is contained in:
yuanqixun
2018-08-31 10:41:41 +08:00
committed by Binary Wang
parent 4dd67f46b8
commit a8bac131fa
19 changed files with 537 additions and 17 deletions

View File

@ -5,6 +5,7 @@ import me.chanjar.weixin.mp.api.WxMpCardService;
import me.chanjar.weixin.mp.api.WxMpService;
import me.chanjar.weixin.mp.api.test.ApiTestModule;
import me.chanjar.weixin.mp.bean.card.*;
import me.chanjar.weixin.mp.bean.card.enums.CardSceneType;
import me.chanjar.weixin.mp.bean.membercard.*;
import org.testng.annotations.Guice;
import org.testng.annotations.Test;