|
@@ -104,7 +104,7 @@ public class XiaoJuService {
|
|
|
if (xiaoJuStore.getPicList().size() > 0) {
|
|
|
tripartiteShopDto.setDetailImg(xiaoJuStore.getPicList().get(0));
|
|
|
}
|
|
|
-
|
|
|
+ tripartiteShopDto.setTripartiteJson(JSONUtil.toJsonStr(s));
|
|
|
|
|
|
com.zswl.cloud.shop.client.ret.ResultContent resultContent = shopService.tripartiteShop(tripartiteShopDto);
|
|
|
log.info("创建店铺响应{}", JSONUtil.toJsonStr(resultContent));
|