1
0
mirror of synced 2025-12-21 08:30:11 +08:00

🎨 #1496 更改卡券接口的门店位置ID字段的类型

This commit is contained in:
S
2020-04-09 13:39:33 +08:00
committed by GitHub
parent a9766960c3
commit 6633ea3ca7
6 changed files with 14 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
package me.chanjar.weixin.mp.api.impl;
import com.google.common.collect.Lists;
import com.google.inject.Inject;
import me.chanjar.weixin.common.bean.WxCardApiSignature;
import me.chanjar.weixin.common.error.WxErrorException;
@@ -134,7 +135,7 @@ public class WxMpCardServiceImplTest {
base.setCustomUrlSubTitle("副标题tip");
base.setPromotionUrlName("更多优惠");
base.setPromotionUrl("http://www.qq.com");
base.setLocationIdList("1234");
base.setLocationIdList(Lists.newArrayList("1234"));
//团购券
WxMpCardCreateRequest grouponMessage = new WxMpCardCreateRequest();