|
|
|
@ -167,7 +167,7 @@ public class SavePurchaseSettingService extends SPIBaseService implements Extens
|
|
|
|
|
}
|
|
|
|
|
dsSettingParams.put("operateSource", platformShopSetting.get("operateSource"));
|
|
|
|
|
Map<String, Object> operateInfo = new HashMap<>();
|
|
|
|
|
operateInfo.put("userId", shopId);
|
|
|
|
|
operateInfo.put("userId", SecurityTool.encodeByAES(String.valueOf(shopId)));
|
|
|
|
|
operateInfo.put("ip", ""); // todo: 获取ip
|
|
|
|
|
dsSettingParams.put("operateInfo", operateInfo);
|
|
|
|
|
String dsSettingRes = dsJsonRequestTemplate.execute("/order/savePurchaseSetting", dsSettingParams);
|
|
|
|
@ -182,7 +182,7 @@ public class SavePurchaseSettingService extends SPIBaseService implements Extens
|
|
|
|
|
log.error("1688分销配置保存失败,原因:" + e.getMessage());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (error) {
|
|
|
|
|
return R.ok(Ret.fail("1688分销配置保存失败"));
|
|
|
|
|
}
|
|
|
|
|