update 联联查询统计信息接口

This commit is contained in:
Lemon
2023-05-27 17:03:30 +08:00
parent 57541bdcf9
commit 6225b9b122
4 changed files with 74 additions and 28 deletions

View File

@@ -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"),