mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 05:55:03 +08:00
update 华为平台生成订单、结算订单方法
This commit is contained in:
@@ -69,4 +69,10 @@ public class QueryStartChargeDTO {
|
||||
* 司机在合作公司的唯一标识(手机号),方便维护订单信息
|
||||
*/
|
||||
private String driverId;
|
||||
|
||||
|
||||
/**
|
||||
* 支付方式(1-余额支付;3-白名单支付;4-微信支付;5-支付宝支付)
|
||||
*/
|
||||
private String payMode;
|
||||
}
|
||||
|
||||
@@ -64,4 +64,9 @@ public class HWQueryStartChargeDTO {
|
||||
|
||||
|
||||
private String operatorId;
|
||||
|
||||
/**
|
||||
* 支付方式(1-余额支付;3-白名单支付;4-微信支付;5-支付宝支付)
|
||||
*/
|
||||
private String payMode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user