🆕 #1328 微信卡劵增加用户已领取卡券列表接口

* 微信公众号,功能新增,微信卡券
添加用户已领取卡券接口

* 添加用户已领取卡券接口测试代码
This commit is contained in:
yang229
2019-12-22 16:06:36 +08:00
committed by Binary Wang
parent 8c514a7850
commit 5761226887
6 changed files with 107 additions and 0 deletions

View File

@@ -596,6 +596,11 @@ public interface WxMpApiUrl {
* 设置自助核销接口
*/
CARD_SELF_CONSUME_CELL_SET(API_DEFAULT_HOST_URL, "/card/selfconsumecell/set"),
/**
* 获取用户已领取卡券接口
*/
CARD_USER_CARD_LIST(API_DEFAULT_HOST_URL, "/card/user/getcardlist"),
;
private String prefix;