mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
微网快电第三方接口
This commit is contained in:
@@ -36,4 +36,10 @@ public class ChargeOrder {
|
||||
*/
|
||||
@JSONField(name = "TotalMoney")
|
||||
private BigDecimal totalMoney;
|
||||
|
||||
/**
|
||||
* 争议原因 1:交易不存在; 2:交易金额错误; 3:交易电量错误; 4~99:自定义
|
||||
*/
|
||||
@JSONField(name = "DisputeReason")
|
||||
private Integer disputeReason;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user