mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 01:20:15 +08:00
update
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user