|
|
@ -167,7 +167,7 @@ public class SavePurchaseSettingService extends SPIBaseService implements Extens
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dsSettingParams.put("operateSource", platformShopSetting.get("operateSource"));
|
|
|
|
dsSettingParams.put("operateSource", platformShopSetting.get("operateSource"));
|
|
|
|
Map<String, Object> operateInfo = new HashMap<>();
|
|
|
|
Map<String, Object> operateInfo = new HashMap<>();
|
|
|
|
operateInfo.put("userId", shopId);
|
|
|
|
operateInfo.put("userId", SecurityTool.encodeByAES(String.valueOf(shopId)));
|
|
|
|
operateInfo.put("ip", ""); // todo: 获取ip
|
|
|
|
operateInfo.put("ip", ""); // todo: 获取ip
|
|
|
|
dsSettingParams.put("operateInfo", operateInfo);
|
|
|
|
dsSettingParams.put("operateInfo", operateInfo);
|
|
|
|
String dsSettingRes = dsJsonRequestTemplate.execute("/order/savePurchaseSetting", dsSettingParams);
|
|
|
|
String dsSettingRes = dsJsonRequestTemplate.execute("/order/savePurchaseSetting", dsSettingParams);
|
|
|
|