mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 19:29:52 +08:00
update 海南平台对接
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
package com.jsowell.thirdparty.platform.hainan.service;
|
package com.jsowell.thirdparty.platform.hainan.service;
|
||||||
|
|
||||||
import cn.hutool.core.util.PageUtil;
|
import cn.hutool.core.util.PageUtil;
|
||||||
|
import com.alibaba.fastjson2.JSON;
|
||||||
import com.alibaba.fastjson2.JSONObject;
|
import com.alibaba.fastjson2.JSONObject;
|
||||||
import com.github.pagehelper.PageInfo;
|
import com.github.pagehelper.PageInfo;
|
||||||
import com.google.common.collect.Lists;
|
import com.google.common.collect.Lists;
|
||||||
@@ -219,6 +220,7 @@ public class HaiNanPlatformLogic extends AbsInterfaceWithPlatformLogic {
|
|||||||
|
|
||||||
resultMap.put("electricityFee", electricityFee.toString());
|
resultMap.put("electricityFee", electricityFee.toString());
|
||||||
resultMap.put("serviceFee", serviceFee.toString());
|
resultMap.put("serviceFee", serviceFee.toString());
|
||||||
|
logger.info("海南平台费用描述:{}", JSON.toJSONString(resultMap));
|
||||||
return resultMap;
|
return resultMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user