|
@@ -32,42 +32,6 @@ RedEnvelopeStatusEnum.PROCESSED=Processing
|
|
|
RedEnvelopeStatusEnum.SUCCESS=Completed
|
|
|
|
|
|
|
|
|
-
|
|
|
-withdrawal.review.failed=withdrawal review failed
|
|
|
-withdrawal.channel.does.not.exist=withdrawal channel does not exist
|
|
|
-withdrawal.failed=withdrawal failed
|
|
|
-this.channel.is.not.supported.temporarily=this channel is not supported temporarily
|
|
|
-configuration.missing=configuration missing
|
|
|
-income.account.not.found=income account not found
|
|
|
-account.not.found=account not found
|
|
|
-no.suitable.channel.for.this.payment.method.please.change.to.another.payment.method=no suitable channel for this payment method please change to another payment method
|
|
|
-channel.unavailable.please.change.to.another.payment.method=channel unavailable please change to another payment method
|
|
|
-this.channel.is.not.supported.temporarily=this channel is not supported temporarily
|
|
|
-failed.to.create.payment.order=failed to create payment order
|
|
|
-not.found=not found
|
|
|
-object.is.empty=object is empty
|
|
|
-userid.is.empty=userid is empty
|
|
|
-amount.is.empty=amount is empty
|
|
|
-object.is.empty=object is empty
|
|
|
-unsupported.type=unsupported type
|
|
|
-parameter.is.empty=parameter is empty
|
|
|
-parameter.account.id.is.empty=parameter account id is empty
|
|
|
-parameter.amount.is.empty=parameter amount is empty
|
|
|
-user.not.found=user not found
|
|
|
-user.not.logged.in=user not logged in
|
|
|
-account.not.found=account not found
|
|
|
-insufficient.frozen.amount=insufficient frozen amount
|
|
|
-freezing.exception=freezing exception
|
|
|
-frozen.record.not.found=frozen record not found
|
|
|
-frozen.status.is.abnormal=frozen status is abnormal
|
|
|
-frozen.record.not.found=frozen record not found
|
|
|
-frozen.account.not.found=frozen account not found
|
|
|
-account.not.found=account not found
|
|
|
-account.not.found=account not found
|
|
|
-increment.factor.must.be.greater.than.0=increment factor must be greater than 0
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
SUCCESS=success
|
|
|
FAIL=failure
|
|
|
UNAUTHORIZED=unauthenticated signature error
|
|
@@ -118,4 +82,48 @@ USER_IS_EXIST=user already registered
|
|
|
CODE_CHECK_FAIL=verification code verification failed
|
|
|
BANK_IS_NULL=withdrawal bank cannot be empty
|
|
|
REVIEW_IS_NULL=review content is empty
|
|
|
-EFFECTIVE_BALANCE_IS_INSUFFICIENT=insufficient available balance
|
|
|
+EFFECTIVE_BALANCE_IS_INSUFFICIENT=insufficient available balance
|
|
|
+
|
|
|
+ADD_RECHARGE_RECORD_EXCEPTION=
|
|
|
+CHANNEL_EXCEPTION=
|
|
|
+AMOUNT_IS_NULL=
|
|
|
+AMOUNT_OUT_MAX=
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+withdrawal.review.failed=withdrawal review failed
|
|
|
+withdrawal.channel.does.not.exist=withdrawal channel does not exist
|
|
|
+withdrawal.failed=withdrawal failed
|
|
|
+this.channel.is.not.supported.temporarily=this channel is not supported temporarily
|
|
|
+configuration.missing=configuration missing
|
|
|
+income.account.not.found=income account not found
|
|
|
+account.not.found=account not found
|
|
|
+no.suitable.channel.for.this.payment.method.please.change.to.another.payment.method=no suitable channel for this payment method please change to another payment method
|
|
|
+channel.unavailable.please.change.to.another.payment.method=channel unavailable please change to another payment method
|
|
|
+this.channel.is.not.supported.temporarily=this channel is not supported temporarily
|
|
|
+failed.to.create.payment.order=failed to create payment order
|
|
|
+not.found=not found
|
|
|
+object.is.empty=object is empty
|
|
|
+userid.is.empty=userid is empty
|
|
|
+amount.is.empty=amount is empty
|
|
|
+object.is.empty=object is empty
|
|
|
+unsupported.type=unsupported type
|
|
|
+parameter.is.empty=parameter is empty
|
|
|
+parameter.account.id.is.empty=parameter account id is empty
|
|
|
+parameter.amount.is.empty=parameter amount is empty
|
|
|
+user.not.found=user not found
|
|
|
+user.not.logged.in=user not logged in
|
|
|
+account.not.found=account not found
|
|
|
+insufficient.frozen.amount=insufficient frozen amount
|
|
|
+freezing.exception=freezing exception
|
|
|
+frozen.record.not.found=frozen record not found
|
|
|
+frozen.status.is.abnormal=frozen status is abnormal
|
|
|
+frozen.record.not.found=frozen record not found
|
|
|
+frozen.account.not.found=frozen account not found
|
|
|
+account.not.found=account not found
|
|
|
+account.not.found=account not found
|
|
|
+increment.factor.must.be.greater.than.0=increment factor must be greater than 0
|
|
|
+
|
|
|
+
|
|
|
+
|