|
@ -271,6 +271,7 @@ public class DeviceService {
|
|
JSONObject jsonObjectParam = new JSONObject();
|
|
JSONObject jsonObjectParam = new JSONObject();
|
|
jsonObjectParam.put("order", jsonObject);
|
|
jsonObjectParam.put("order", jsonObject);
|
|
map.put("jsonData", jsonObjectParam.toJSONString());
|
|
map.put("jsonData", jsonObjectParam.toJSONString());
|
|
|
|
map.put("orderSource", 2);
|
|
|
|
|
|
content = com.alibaba.fastjson.JSONObject.toJSONString(map);
|
|
content = com.alibaba.fastjson.JSONObject.toJSONString(map);
|
|
postParams = AesEncryptUtils.agEncrypt(content);
|
|
postParams = AesEncryptUtils.agEncrypt(content);
|