mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 联联查询统计信息接口
This commit is contained in:
@@ -238,7 +238,11 @@ public class SpringBootTestController {
|
||||
// String dataJson = JSONUtil.toJsonStr(data);
|
||||
|
||||
JSONObject json = new JSONObject();
|
||||
json.put("StationIDs", com.google.common.collect.Lists.newArrayList("1", "2"));
|
||||
// json.put("StationIDs", com.google.common.collect.Lists.newArrayList("1", "2"));
|
||||
json.put("StationID", "2");
|
||||
json.put("StartTime", "2023-02-01");
|
||||
json.put("EndTime", "2023-06-01");
|
||||
|
||||
String dataJson = JSONObject.toJSONString(json);
|
||||
// 加密
|
||||
byte[] encryptText = Cryptos.aesEncrypt(dataJson.getBytes("UTF-8"),
|
||||
|
||||
Reference in New Issue
Block a user