bug fix
This commit is contained in:
@@ -26,6 +26,10 @@ public class Constants {
|
||||
* 订单状态 - 交易失败
|
||||
*/
|
||||
public static final String ORDER_STATUS_FAIL = "4";
|
||||
/**
|
||||
* 订单状态 - 全部
|
||||
*/
|
||||
public static final String ORDER_STATUS_ALL = "9";
|
||||
/**
|
||||
* 订单状态 - 订单超时
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user