@@ -43,6 +43,8 @@ public enum OrderState {
CLOSED("已关闭"),
+ Expired("已过期"),
+
CANCEL("已取消"),
SUCCESS("支付成功"),