yubin 1 неделя назад
Родитель
Сommit
8f88d6afd3

+ 88 - 0
cif-service/src/main/resources/static/i18n/messages_en.properties

@@ -31,3 +31,91 @@ WithdrawStatusEnum.CANCEL=Closed
 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
+NOT_FOUND=api does not exist
+INTERNAL_SERVER_ERROR=internal server error
+PERMISSION_NOT_HAS=no operation permission
+BACKSTAGE_IS_ERROR=gateway exception
+OAUTH_INVALID_ACCESS_TOKEN=login expired
+REDIS_KEY_IS_NOT_NULL=you are operating too fast please try again
+OBJECT_IS_NULL=object cannot be empty
+ID_IS_NULL=object id cannot be empty
+CODE_IS_NULL=code cannot be empty
+NAME_IS_NULL=name cannot be empty
+SEQ_IS_NULL=sort order cannot be empty
+USERID_IS_NULL=user id cannot be empty
+RESULT_IS_NULL=query result is empty
+TYPE_IS_NULL=type is empty
+SQL_ERROR=database exception
+OPERATOR_IS_NULL=operator information of this user not found
+OPERATOR_IS_ERROR=operator information of this user is incorrect
+USER_IS_NULL=user not found
+UNLOGIN_PWD_ERROR=incorrect password
+APPCODE_IS_NULL=application id cannot be empty
+STATUS_IS_NULL=status abnormal
+ACCOUNT_IS_NULL=account cannot be empty
+HOSPITAL_IS_NULL=please select a settlement plan
+SETTLEPLANID_IS_NULL=
+ALIASES_IS_HAVE=subject alias already exists
+SUBJECTTYPE_IS_ERROR=subject type abnormal
+SETTLE_HAVE_DATA=settlement data already exists please contact the administrator
+AMOUNT_IS_INSUFFICIENT=insufficient account balance please contact the administrator
+ALIASES_IS_ERROR=the subject alias you entered is incorrect please enter a non-duplicate alias e.g. 109
+ENDTIME_ERROR=the end time you entered cannot be later than yesterday
+STARTTIME_ERROR=the start time you entered is earlier than the system establishment time
+UNBINDING_NOT_SLEF=unable to unbind group owner
+USER_STATUS_IS_ERROR=user status is abnormal please contact the administrator
+PAY_TYPE_IS_ERROR=unknown payment type please contact the administrator
+SIGN_ERROR=signature error please contact the administrator
+HOSPITAL_DEVICE_IS_NULL=
+APPID_IS_NULL=
+
+UKEY_IS_NULL=
+UKEY_IS_SOLD=
+USERID_IS_ERROR=user id abnormal
+LOGINACCOUNT_IS_NULL=login account cannot be empty
+ORG_IS_NULL=organization not found
+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

+ 50 - 46
cif-service/src/main/resources/static/i18n/messages_en_US.properties

@@ -65,53 +65,57 @@ 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
-xiamainshimeiju.invalid.content.retained.as.original=xiamainshimeiju invalid content retained as original
-success=success
-failure=failure
-unauthenticated.signature.error=unauthenticated signature error
-api.does.not.exist=api does not exist
-internal.server.error=internal server error
-no.operation.permission=no operation permission
-gateway.exception=gateway exception
-login.expired=login expired
-you.are.operating.too.fast.please.try.again=you are operating too fast please try again
-object.cannot.be.empty=object cannot be empty
-object.id.cannot.be.empty=object id cannot be empty
-code.cannot.be.empty=code cannot be empty
-name.cannot.be.empty=name cannot be empty
-sort.order.cannot.be.empty=sort order cannot be empty
-user.id.cannot.be.empty=user id cannot be empty
-query.result.is.empty=query result is empty
-type.is.empty=type is empty
-database.exception=database exception
-operator.information.of.this.user.not.found=operator information of this user not found
-operator.information.of.this.user.is.incorrect=operator information of this user is incorrect
-user.not.found=user not found
-incorrect.password=incorrect password
-application.id.cannot.be.empty=application id cannot be empty
-status.abnormal=status abnormal
-account.cannot.be.empty=account cannot be empty
-please.select.a.settlement.plan=please select a settlement plan
-subject.alias.already.exists=subject alias already exists
-subject.type.abnormal=subject type abnormal
-settlement.data.already.exists.please.contact.the.administrator=settlement data already exists please contact the administrator
-insufficient.account.balance.please.contact.the.administrator=insufficient account balance please contact the administrator
-the.subject.alias.you.entered.is.incorrect.please.enter.a.non-duplicate.alias.e.g..109=the subject alias you entered is incorrect please enter a non-duplicate alias e.g. 109
-the.end.time.you.entered.cannot.be.later.than.yesterday=the end time you entered cannot be later than yesterday
-the.start.time.you.entered.is.earlier.than.the.system.establishment.time=the start time you entered is earlier than the system establishment time
-unable.to.unbind.group.owner=unable to unbind group owner
-user.status.is.abnormal.please.contact.the.administrator=user status is abnormal please contact the administrator
-unknown.payment.type.please.contact.the.administrator=unknown payment type please contact the administrator
-signature.error.please.contact.the.administrator=signature error please contact the administrator
-user.id.abnormal=user id abnormal
-login.account.cannot.be.empty=login account cannot be empty
-organization.not.found=organization not found
-user.already.registered=user already registered
-verification.code.verification.failed=verification code verification failed
-withdrawal.bank.cannot.be.empty=withdrawal bank cannot be empty
-review.content.is.empty=review content is empty
-insufficient.available.balance=insufficient available balance
 
 
 
+SUCCESS=success
+FAIL=failure
+UNAUTHORIZED=unauthenticated signature error
+NOT_FOUND=api does not exist
+INTERNAL_SERVER_ERROR=internal server error
+PERMISSION_NOT_HAS=no operation permission
+BACKSTAGE_IS_ERROR=gateway exception
+OAUTH_INVALID_ACCESS_TOKEN=login expired
+REDIS_KEY_IS_NOT_NULL=you are operating too fast please try again
+OBJECT_IS_NULL=object cannot be empty
+ID_IS_NULL=object id cannot be empty
+CODE_IS_NULL=code cannot be empty
+NAME_IS_NULL=name cannot be empty
+SEQ_IS_NULL=sort order cannot be empty
+USERID_IS_NULL=user id cannot be empty
+RESULT_IS_NULL=query result is empty
+TYPE_IS_NULL=type is empty
+SQL_ERROR=database exception
+OPERATOR_IS_NULL=operator information of this user not found
+OPERATOR_IS_ERROR=operator information of this user is incorrect
+USER_IS_NULL=user not found
+UNLOGIN_PWD_ERROR=incorrect password
+APPCODE_IS_NULL=application id cannot be empty
+STATUS_IS_NULL=status abnormal
+ACCOUNT_IS_NULL=account cannot be empty
+HOSPITAL_IS_NULL=please select a settlement plan
+SETTLEPLANID_IS_NULL=
+ALIASES_IS_HAVE=subject alias already exists
+SUBJECTTYPE_IS_ERROR=subject type abnormal
+SETTLE_HAVE_DATA=settlement data already exists please contact the administrator
+AMOUNT_IS_INSUFFICIENT=insufficient account balance please contact the administrator
+ALIASES_IS_ERROR=the subject alias you entered is incorrect please enter a non-duplicate alias e.g. 109
+ENDTIME_ERROR=the end time you entered cannot be later than yesterday
+STARTTIME_ERROR=the start time you entered is earlier than the system establishment time
+UNBINDING_NOT_SLEF=unable to unbind group owner
+USER_STATUS_IS_ERROR=user status is abnormal please contact the administrator
+PAY_TYPE_IS_ERROR=unknown payment type please contact the administrator
+SIGN_ERROR=signature error please contact the administrator
+HOSPITAL_DEVICE_IS_NULL=
+APPID_IS_NULL=
 
+UKEY_IS_NULL=
+UKEY_IS_SOLD=
+USERID_IS_ERROR=user id abnormal
+LOGINACCOUNT_IS_NULL=login account cannot be empty
+ORG_IS_NULL=organization not found
+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

+ 58 - 46
cif-service/src/main/resources/static/i18n/messages_zh_CN.properties

@@ -33,6 +33,63 @@ RedEnvelopeStatusEnum.SUCCESS=\u5DF2\u7ED3\u7B97
 
 ResultCode.SUCCESS=
 
+SUCCESS=\u6210\u529F
+FAIL=\u5931\u8D25
+UNAUTHORIZED=\u672A\u8BA4\u8BC1\uFF08\u7B7E\u540D\u9519\u8BEF\uFF09
+NOT_FOUND=\u63A5\u53E3\u4E0D\u5B58\u5728
+INTERNAL_SERVER_ERROR=\u670D\u52A1\u5668\u5185\u90E8\u9519\u8BEF
+PERMISSION_NOT_HAS=\u6CA1\u6709\u64CD\u4F5C\u6743\u9650
+BACKSTAGE_IS_ERROR=\u7F51\u5173\u5F02\u5E38
+OAUTH_INVALID_ACCESS_TOKEN=\u767B\u5F55\u5931\u6548
+REDIS_KEY_IS_NOT_NULL=\u60A8\u64CD\u4F5C\u7684\u592A\u5FEB\u4E86\uFF0C\u8BF7\u518D\u8BD5\u4E00\u6B21
+OBJECT_IS_NULL=\u5BF9\u8C61\u4E0D\u80FD\u4E3A\u7A7A
+ID_IS_NULL=\u5BF9\u8C61ID\u4E0D\u80FD\u4E3A\u7A7A
+CODE_IS_NULL=\u7F16\u53F7\u4E0D\u80FD\u4E3A\u7A7A
+NAME_IS_NULL=\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A
+SEQ_IS_NULL=\u6392\u5E8F\u4E0D\u80FD\u4E3A\u7A7A
+USERID_IS_NULL=\u7528\u6237id\u4E0D\u80FD\u4E3A\u7A7A
+RESULT_IS_NULL=\u67E5\u8BE2\u7ED3\u679C\u4E3A\u7A7A
+TYPE_IS_NULL=\u7C7B\u578B\u4E3A\u7A7A
+SQL_ERROR=\u6570\u636E\u5E93\u5F02\u5E38
+OPERATOR_IS_NULL=\u6CA1\u6709\u627E\u5230\u8BE5\u7528\u6237\u7684\u64CD\u4F5C\u5458\u4FE1\u606F
+OPERATOR_IS_ERROR=\u8BE5\u7528\u6237\u7684\u64CD\u4F5C\u5458\u4FE1\u606F\u6709\u8BEF
+USER_IS_NULL=\u672A\u627E\u5230\u7528\u6237
+UNLOGIN_PWD_ERROR=\u5BC6\u7801\u9519\u8BEF
+APPCODE_IS_NULL=\u5E94\u7528\u7F16\u53F7\u4E0D\u80FD\u4E3A\u7A7A
+STATUS_IS_NULL=\u72B6\u6001\u5F02\u5E38
+ACCOUNT_IS_NULL=\u8D26\u53F7\u4E0D\u80FD\u4E3A\u7A7A
+HOSPITAL_IS_NULL=\u533B\u9662\u4E0D\u80FD\u4E3A\u7A7A
+SETTLEPLANID_IS_NULL=\u8BF7\u9009\u62E9\u7ED3\u7B97\u65B9\u6848
+ALIASES_IS_HAVE=\u79D1\u76EE\u522B\u540D\u5DF2\u5B58\u5728
+SUBJECTTYPE_IS_ERROR=\u79D1\u76EE\u7C7B\u578B\u5F02\u5E38
+SETTLE_HAVE_DATA=\u5DF2\u6709\u7ED3\u7B97\u6570\u636E\uFF0C\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458
+AMOUNT_IS_INSUFFICIENT=\u8D26\u6237\u91D1\u989D\u4E0D\u8DB3\uFF0C\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458
+ALIASES_IS_ERROR=\u60A8\u8F93\u5165\u7684\u79D1\u76EE\u522B\u540D\u6709\u8BEF\uFF0C\u8BF7\u8F93\u5165\u975E\u91CD\u590D\u522B\u540D\uFF0C\u4F8B\uFF1A109
+ENDTIME_ERROR=\u60A8\u8F93\u5165\u7684\u7ED3\u675F\u65F6\u95F4\u4E0D\u80FD\u5927\u4E8E\u6628\u5929
+STARTTIME_ERROR=\u60A8\u8F93\u5165\u7684\u5F00\u59CB\u65F6\u95F4\u65E9\u4E8E\u7CFB\u7EDF\u5EFA\u7ACB\u4E4B\u521D
+UNBINDING_NOT_SLEF=\u65E0\u6CD5\u89E3\u7ED1\u7FA4\u4E3B
+USER_STATUS_IS_ERROR=\u7528\u6237\u72B6\u6001\u5F02\u5E38\uFF0C\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458
+PAY_TYPE_IS_ERROR=\u672A\u77E5\u7684\u652F\u4ED8\u7C7B\u578B\uFF0C\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458
+SIGN_ERROR=\u7B7E\u540D\u9519\u8BEF\uFF0C\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458
+HOSPITAL_DEVICE_IS_NULL=\u533B\u9662\u63D2\u4EF6\u672A\u5B89\u88C5\uFF0C\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458
+APPID_IS_NULL=\u8BE5\u8BBE\u5907\u672A\u914D\u7F6E\u5546\u6237appid\uFF0C\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458
+
+UKEY_IS_NULL=Ukey\u672A\u627E\u5230\uFF0C\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458
+UKEY_IS_SOLD=Ukey\u5DF2\u552E\u51FA\uFF0C\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458
+USERID_IS_ERROR=\u7528\u6237id\u5F02\u5E38
+LOGINACCOUNT_IS_NULL=\u767B\u5F55\u8D26\u53F7\u4E0D\u80FD\u4E3A\u7A7A
+ORG_IS_NULL=\u7EC4\u7EC7\u673A\u6784\u672A\u627E\u5230
+USER_IS_EXIST=\u7528\u6237\u5DF2\u6CE8\u518C
+CODE_CHECK_FAIL=\u9A8C\u8BC1\u7801\u6821\u9A8C\u5931\u8D25
+BANK_IS_NULL=\u63D0\u73B0\u94F6\u884C\u4E0D\u80FD\u4E3A\u7A7A
+REVIEW_IS_NULL=\u5BA1\u6838\u5185\u5BB9\u4E3A\u7A7A
+EFFECTIVE_BALANCE_IS_INSUFFICIENT=\u6709\u6548\u4F59\u989D\u4E0D\u8DB3
+
+ADD_RECHARGE_RECORD_EXCEPTION=\u521B\u5EFA\u5145\u503C\u8BA2\u5355\u5931\u8D25
+CHANNEL_EXCEPTION=\u672A\u652F\u6301\u7684\u901A\u9053\u7C7B\u578B
+AMOUNT_IS_NULL=\u91D1\u989D\u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u6216\u8005\u4E3A0
+AMOUNT_OUT_MAX=\u91D1\u989D\u8D85\u9650
+
 
 
 
@@ -68,52 +125,7 @@ frozen.account.not.found=\u51BB\u7ED3\u8D26\u53F7\u672A\u627E\u5230
 account.not.found=\u8D26\u53F7\u672A\u627E\u5230
 account.not.found=\u8D26\u53F7\u672A\u627E\u5230
 increment.factor.must.be.greater.than.0=\u9012\u589E\u56E0\u5B50\u5FC5\u987B\u5927\u4E8E0
-xiamainshimeiju.invalid.content.retained.as.original=xiamainshimeiju
-success=\u6210\u529F
-failure=\u5931\u8D25
-unauthenticated.signature.error=\u672A\u8BA4\u8BC1\uFF08\u7B7E\u540D\u9519\u8BEF\uFF09
-api.does.not.exist=\u63A5\u53E3\u4E0D\u5B58\u5728
-internal.server.error=\u670D\u52A1\u5668\u5185\u90E8\u9519\u8BEF
-no.operation.permission=\u6CA1\u6709\u64CD\u4F5C\u6743\u9650
-gateway.exception=\u7F51\u5173\u5F02\u5E38
-login.expired=\u767B\u5F55\u5931\u6548
-you.are.operating.too.fast.please.try.again=\u60A8\u64CD\u4F5C\u7684\u592A\u5FEB\u4E86\uFF0C\u8BF7\u518D\u8BD5\u4E00\u6B21
-object.cannot.be.empty=\u5BF9\u8C61\u4E0D\u80FD\u4E3A\u7A7A
-object.id.cannot.be.empty=\u5BF9\u8C61ID\u4E0D\u80FD\u4E3A\u7A7A
-code.cannot.be.empty=\u7F16\u53F7\u4E0D\u80FD\u4E3A\u7A7A
-name.cannot.be.empty=\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A
-sort.order.cannot.be.empty=\u6392\u5E8F\u4E0D\u80FD\u4E3A\u7A7A
-user.id.cannot.be.empty=\u7528\u6237id\u4E0D\u80FD\u4E3A\u7A7A
-query.result.is.empty=\u67E5\u8BE2\u7ED3\u679C\u4E3A\u7A7A
-type.is.empty=\u7C7B\u578B\u4E3A\u7A7A
-database.exception=\u6570\u636E\u5E93\u5F02\u5E38
-operator.information.of.this.user.not.found=\u6CA1\u6709\u627E\u5230\u8BE5\u7528\u6237\u7684\u64CD\u4F5C\u5458\u4FE1\u606F
-operator.information.of.this.user.is.incorrect=\u8BE5\u7528\u6237\u7684\u64CD\u4F5C\u5458\u4FE1\u606F\u6709\u8BEF
-user.not.found=\u672A\u627E\u5230\u7528\u6237
-incorrect.password=\u5BC6\u7801\u9519\u8BEF
-application.id.cannot.be.empty=\u5E94\u7528\u7F16\u53F7\u4E0D\u80FD\u4E3A\u7A7A
-status.abnormal=\u72B6\u6001\u5F02\u5E38
-account.cannot.be.empty=\u8D26\u53F7\u4E0D\u80FD\u4E3A\u7A7A
-please.select.a.settlement.plan=\u8BF7\u9009\u62E9\u7ED3\u7B97\u65B9\u6848
-subject.alias.already.exists=\u79D1\u76EE\u522B\u540D\u5DF2\u5B58\u5728
-subject.type.abnormal=\u79D1\u76EE\u7C7B\u578B\u5F02\u5E38
-settlement.data.already.exists.please.contact.the.administrator=\u5DF2\u6709\u7ED3\u7B97\u6570\u636E\uFF0C\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458
-insufficient.account.balance.please.contact.the.administrator=\u8D26\u6237\u91D1\u989D\u4E0D\u8DB3\uFF0C\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458
-the.subject.alias.you.entered.is.incorrect.please.enter.a.non-duplicate.alias.e.g..109=\u60A8\u8F93\u5165\u7684\u79D1\u76EE\u522B\u540D\u6709\u8BEF\uFF0C\u8BF7\u8F93\u5165\u975E\u91CD\u590D\u522B\u540D\uFF0C\u4F8B\uFF1A109
-the.end.time.you.entered.cannot.be.later.than.yesterday=\u60A8\u8F93\u5165\u7684\u7ED3\u675F\u65F6\u95F4\u4E0D\u80FD\u5927\u4E8E\u6628\u5929
-the.start.time.you.entered.is.earlier.than.the.system.establishment.time=\u60A8\u8F93\u5165\u7684\u5F00\u59CB\u65F6\u95F4\u65E9\u4E8E\u7CFB\u7EDF\u5EFA\u7ACB\u4E4B\u521D
-unable.to.unbind.group.owner=\u65E0\u6CD5\u89E3\u7ED1\u7FA4\u4E3B
-user.status.is.abnormal.please.contact.the.administrator=\u7528\u6237\u72B6\u6001\u5F02\u5E38\uFF0C\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458
-unknown.payment.type.please.contact.the.administrator=\u672A\u77E5\u7684\u652F\u4ED8\u7C7B\u578B\uFF0C\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458
-signature.error.please.contact.the.administrator=\u7B7E\u540D\u9519\u8BEF\uFF0C\u8BF7\u8054\u7CFB\u7BA1\u7406\u5458
-user.id.abnormal=\u7528\u6237id\u5F02\u5E38
-login.account.cannot.be.empty=\u767B\u5F55\u8D26\u53F7\u4E0D\u80FD\u4E3A\u7A7A
-organization.not.found=\u7EC4\u7EC7\u673A\u6784\u672A\u627E\u5230
-user.already.registered=\u7528\u6237\u5DF2\u6CE8\u518C
-verification.code.verification.failed=\u9A8C\u8BC1\u7801\u6821\u9A8C\u5931\u8D25
-withdrawal.bank.cannot.be.empty=\u63D0\u73B0\u94F6\u884C\u4E0D\u80FD\u4E3A\u7A7A
-review.content.is.empty=\u5BA1\u6838\u5185\u5BB9\u4E3A\u7A7A
-insufficient.available.balance=\u6709\u6548\u4F59\u989D\u4E0D\u8DB3
+