mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +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;
|
||||
}
|
||||
|
||||
@@ -445,6 +445,10 @@ public interface ThirdPartyPlatformService extends InitializingBean {
|
||||
throw new UnsupportedOperationException("This method is not yet implemented");
|
||||
}
|
||||
|
||||
default String checkChargeOrders(String orderCode) {
|
||||
throw new UnsupportedOperationException("This method is not yet implemented");
|
||||
}
|
||||
|
||||
// -------------------------------------- 以下是公用方法 --------------------------------------- //
|
||||
/**
|
||||
* 从联联平台获取令牌
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user