|
@@ -444,6 +444,7 @@ public class StoreModel {
|
|
|
try {
|
|
|
result = HttpClientUtil.httpPost201(storeConfig.getUrl(), param.toString(), headers);
|
|
|
} catch (Exception e) {
|
|
|
+ log.error(e.getMessage(), "获取店铺url信息表出错");
|
|
|
throw new MallException("获取店铺url信息表失败,请重试");
|
|
|
}
|
|
|
JSONObject jsonObject = JSONUtil.parseObj(result);
|