|
|
|
@@ -505,6 +505,7 @@ public class WxCarController extends BaseController { |
|
|
|
JSONObject feeObj = retObj.getJSONArray("data").getJSONObject(0); |
|
|
|
Date currentDate = new Date(); |
|
|
|
WxCarCmdLog wxCarCmdLog = new WxCarCmdLog(); |
|
|
|
wxCarCmdLog.setTenantId(user.getTenantId()); |
|
|
|
wxCarCmdLog.setVendorType(EnumCarVendor.CAR_ETCP.getCode()); |
|
|
|
wxCarCmdLog.setCmdType(EnumCarCmd.CAR_ETCP_CALLBACK_UNPAY.getCode()); |
|
|
|
String feeStr = JSON.toJSONString(feeObj); |
|
|
|
|