微信进件修改
This commit is contained in:
@@ -313,8 +313,8 @@ public class WechatEntryManager {
|
||||
bizStoreInfo.setBizStoreName(baseInfo.getShortName());
|
||||
bizStoreInfo.setBizAddressCode(storeInfo.getMercAreaCode());
|
||||
bizStoreInfo.setBizStoreAddress(storeInfo.getBusinessAddress());
|
||||
bizStoreInfo.setStoreEntrancePic(storeInfo.getDoorPic().getWechatId());
|
||||
bizStoreInfo.setIndoorPic(storeInfo.getInsidePic().getWechatId());
|
||||
bizStoreInfo.setStoreEntrancePic(List.of(storeInfo.getDoorPic().getWechatId()));
|
||||
bizStoreInfo.setIndoorPic(List.of(storeInfo.getInsidePic().getWechatId()));
|
||||
salesInfo.setBizStoreInfo(bizStoreInfo);
|
||||
WechatEntryMiniProgramReqDto miniProgramInfo = new WechatEntryMiniProgramReqDto();
|
||||
miniProgramInfo.setMiniProgramAppid("wxd88fffa983758a30");
|
||||
|
||||
@@ -55,8 +55,8 @@ public class WechatEntryStoreInfoReqDto {
|
||||
* 2、请填写通过图片上传API预先上传图片生成好的MediaID。
|
||||
*/
|
||||
@JSONField(name = "store_entrance_pic")
|
||||
// private List<String> storeEntrancePic;
|
||||
private String storeEntrancePic;
|
||||
private List<String> storeEntrancePic;
|
||||
// private String storeEntrancePic;
|
||||
|
||||
/**
|
||||
* 【必填】
|
||||
@@ -65,8 +65,8 @@ public class WechatEntryStoreInfoReqDto {
|
||||
* 2、请填写通过图片上传API预先上传图片生成好的MediaID。
|
||||
*/
|
||||
@JSONField(name = "indoor_pic")
|
||||
// private List<String> indoorPic;
|
||||
private String indoorPic;
|
||||
private List<String> indoorPic;
|
||||
// private String indoorPic;
|
||||
|
||||
/**
|
||||
* 【选填】
|
||||
|
||||
Reference in New Issue
Block a user