|
@@ -16,18 +16,18 @@ BizTypeEnum.WITHDRAWAL_FEE=withdrawal fee
|
|
BizTypeEnum.FREEZE=freeze
|
|
BizTypeEnum.FREEZE=freeze
|
|
BizTypeEnum.UNFREEZE=unfreeze
|
|
BizTypeEnum.UNFREEZE=unfreeze
|
|
|
|
|
|
-RechargeStatusEnum.PROCESSED=processed
|
|
|
|
-RechargeStatusEnum.SUCCESS=success
|
|
|
|
-RechargeStatusEnum.FAIL=fail
|
|
|
|
-RechargeStatusEnum.CANCEL=cancel
|
|
|
|
|
|
+RechargeStatusEnum.PROCESSED=Processing
|
|
|
|
+RechargeStatusEnum.SUCCESS=Completed
|
|
|
|
+RechargeStatusEnum.FAIL=Failed
|
|
|
|
+RechargeStatusEnum.CANCEL=Canceled
|
|
|
|
|
|
-WithdrawStatusEnum.WAITING_REVIEW=waiting_review
|
|
|
|
-WithdrawStatusEnum.PROCESSED=processed
|
|
|
|
-WithdrawStatusEnum.REVIEW_FAIL=review_fail
|
|
|
|
-WithdrawStatusEnum.SUCCESS=success
|
|
|
|
-WithdrawStatusEnum.FAIL=fail
|
|
|
|
|
|
+WithdrawStatusEnum.WAITING_REVIEW=Waiting_Review
|
|
|
|
+WithdrawStatusEnum.PROCESSED=Processing
|
|
|
|
+WithdrawStatusEnum.REVIEW_FAIL=Review_Failed
|
|
|
|
+WithdrawStatusEnum.SUCCESS=Completed
|
|
|
|
+WithdrawStatusEnum.FAIL=Failed
|
|
WithdrawStatusEnum.CANCEL=cancel
|
|
WithdrawStatusEnum.CANCEL=cancel
|
|
|
|
|
|
-RedEnvelopeStatusEnum.PROCESSED=processed
|
|
|
|
-RedEnvelopeStatusEnum.SUCCESS=success
|
|
|
|
|
|
+RedEnvelopeStatusEnum.PROCESSED=Processing
|
|
|
|
+RedEnvelopeStatusEnum.SUCCESS=Completed
|
|
|
|
|