This commit is contained in:
Cauchy
2023-10-23 14:21:16 +08:00
parent a4492f26e7
commit bd9083392d
2 changed files with 5 additions and 1 deletions

View File

@@ -26,6 +26,10 @@ public class Constants {
* 订单状态 - 交易失败
*/
public static final String ORDER_STATUS_FAIL = "4";
/**
* 订单状态 - 全部
*/
public static final String ORDER_STATUS_ALL = "9";
/**
* 订单状态 - 订单超时
*/