退单
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_TIMEOUT = "5";
|
||||
/**
|
||||
* 订单状态 - 退款
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user