🆕 #1328 微信卡劵增加用户已领取卡券列表接口
* 微信公众号,功能新增,微信卡券 添加用户已领取卡券接口 * 添加用户已领取卡券接口测试代码
This commit is contained in:
@@ -227,4 +227,13 @@ public class WxMpCardServiceImplTest {
|
||||
@Test
|
||||
public void testCreateLandingPage() {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetUserCardList() throws WxErrorException {
|
||||
String openId = "ou7Gr5sJZgFGgj38sRCNQg5pc3Fc";
|
||||
String cardId = "pu7Gr5secJXPkxBeuYUhmp8TYsuY";
|
||||
WxUserCardListResult result = this.wxService.getCardService().getUserCardList(openId, cardId);
|
||||
assertTrue(result.isSuccess());
|
||||
System.out.println(result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user