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:
@@ -108,7 +108,7 @@ public class XDTServiceImpl implements XDTService {
|
||||
*/
|
||||
@Override
|
||||
public Map<String, String> queryStartCharge(QueryStartChargeDTO dto) {
|
||||
dto.setAccountBalance(dto.getChargingAmt());
|
||||
dto.setAccountBalance(dto.getChargingAmt()); // 新电途扩展字段,充电金额字段为 chargingAmt
|
||||
return zdlService.queryStartCharge(dto);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user