This commit is contained in:
2024-01-23 15:12:07 +08:00
parent e4c91d54e7
commit 33fbc33c88
8 changed files with 549 additions and 63 deletions

View File

@@ -577,12 +577,7 @@ public class LianLianServiceImpl implements LianLianService {
Map<String, Object> map = new LinkedHashMap<>();
map.put("Total", total);
map.put("StationStatusInfos", collect);
// LianLianPageResponse response = LianLianPageResponse.builder()
// .PageCount(pages)
// .PageNo(pageNum)
// .list(collect)
// .ItemSize(total)
// .build();
// 加密
Map<String, String> resultMap = Maps.newLinkedHashMap();
// 加密数据
@@ -1480,8 +1475,6 @@ public class LianLianServiceImpl implements LianLianService {
String jsonString = JSONObject.toJSONString(json);
// 获取令牌
String token = "";
String result = "";