微网快电第三方接口

This commit is contained in:
YAS\29473
2025-04-22 16:00:47 +08:00
parent ca9d990139
commit 9ec21ab817
5 changed files with 1561 additions and 0 deletions

View File

@@ -36,4 +36,10 @@ public class ChargeOrder {
*/
@JSONField(name = "TotalMoney")
private BigDecimal totalMoney;
/**
* 争议原因 1:交易不存在; 2交易金额错误 3交易电量错误 4~99自定义
*/
@JSONField(name = "DisputeReason")
private Integer disputeReason;
}

View File

@@ -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");
}
// -------------------------------------- 以下是公用方法 --------------------------------------- //
/**
* 从联联平台获取令牌