This commit is contained in:
wyn
2026-05-08 09:14:07 +08:00
parent e1eecb5cdc
commit d3b25e8078
10 changed files with 119 additions and 105 deletions

View File

@@ -26,6 +26,10 @@ public class Constants {
* 订单状态 - 交易失败
*/
public static final String ORDER_STATUS_FAIL = "4";
/**
* 订单状态 - 交易超时
*/
public static final String ORDER_STATUS_TIMEOUT = "5";
/**
* 订单状态 - 退款
*/