Showing
15 changed files
with
27 additions
and
122 deletions
| 1 | package com.fedex.connect.customer.validate.controller.biz; | 1 | package com.fedex.connect.customer.validate.controller.biz; |
| 2 | 2 | ||
| 3 | -import com.fedex.connect.common.dependencies.i18n.LocaleMessageUtil; | ||
| 4 | import com.fedex.connect.common.dependencies.util.ResponseUtils; | 3 | import com.fedex.connect.common.dependencies.util.ResponseUtils; |
| 5 | import com.fedex.connect.customer.enums.ResponseCode; | 4 | import com.fedex.connect.customer.enums.ResponseCode; |
| 6 | import org.springframework.beans.factory.annotation.Autowired; | 5 | import org.springframework.beans.factory.annotation.Autowired; | ... | ... |
| ... | @@ -15,8 +15,7 @@ system_exception_10001=没有访问权限 | ... | @@ -15,8 +15,7 @@ system_exception_10001=没有访问权限 |
| 15 | system_exception_10002=没有通过权限认证 | 15 | system_exception_10002=没有通过权限认证 |
| 16 | system_exception_10003=登录身份异常 | 16 | system_exception_10003=登录身份异常 |
| 17 | system_exception_10004=登录超过8小时,请重新登录 | 17 | system_exception_10004=登录超过8小时,请重新登录 |
| 18 | -system_exception_10005=登录已过期 | 18 | +system_exception_10005=登录已过期,请重新登录 |
| 19 | -system_exception_10006=登录已过期,请重新登录 | ||
| 20 | 19 | ||
| 21 | #******************业务相关、需要做国际化****************** | 20 | #******************业务相关、需要做国际化****************** |
| 22 | #*********用于字段描述使用,不单独使用********** | 21 | #*********用于字段描述使用,不单独使用********** |
| ... | @@ -45,6 +44,6 @@ business_exception_30012=UUID不一致 | ... | @@ -45,6 +44,6 @@ business_exception_30012=UUID不一致 |
| 45 | business_exception_30013=文件名为:{0},上传失败,请检查后重试 | 44 | business_exception_30013=文件名为:{0},上传失败,请检查后重试 |
| 46 | business_exception_30014=运单信息加载失败,请稍后重试 | 45 | business_exception_30014=运单信息加载失败,请稍后重试 |
| 47 | business_success_30015=上传成功 | 46 | business_success_30015=上传成功 |
| 48 | -business_exception_30016=运单提交失败 | 47 | +business_exception_30016=运单提交失败,请联系管理员! |
| 49 | business_exception_30017=运单号填写错误 | 48 | business_exception_30017=运单号填写错误 |
| 50 | business_exception_30018=运单提交失败,该运单正在被其他用户操作,请稍后重试 | 49 | business_exception_30018=运单提交失败,该运单正在被其他用户操作,请稍后重试 | ... | ... |
| ... | @@ -15,8 +15,7 @@ system_exception_10001=没有访问权限 | ... | @@ -15,8 +15,7 @@ system_exception_10001=没有访问权限 |
| 15 | system_exception_10002=没有通过权限认证 | 15 | system_exception_10002=没有通过权限认证 |
| 16 | system_exception_10003=登录身份异常 | 16 | system_exception_10003=登录身份异常 |
| 17 | system_exception_10004=登录超过8小时,请重新登录 | 17 | system_exception_10004=登录超过8小时,请重新登录 |
| 18 | -system_exception_10005=登录已过期 | 18 | +system_exception_10005=登录已过期,请重新登录 |
| 19 | -system_exception_10006=登录已过期,请重新登录 | ||
| 20 | 19 | ||
| 21 | #******************业务相关、需要做国际化****************** | 20 | #******************业务相关、需要做国际化****************** |
| 22 | #*********用于字段描述使用,不单独使用********** | 21 | #*********用于字段描述使用,不单独使用********** |
| ... | @@ -36,8 +35,8 @@ business_exception_30003={0}不正确,请重新输入 | ... | @@ -36,8 +35,8 @@ business_exception_30003={0}不正确,请重新输入 |
| 36 | business_exception_30004=The waybill you entered is generated by another user, whether continue uploading? Confirm, Cancel. No more prompts in the future for the same situation. | 35 | business_exception_30004=The waybill you entered is generated by another user, whether continue uploading? Confirm, Cancel. No more prompts in the future for the same situation. |
| 37 | business_exception_30005=The waybill you entered is generated by another account, whether continue uploading? Confirm, Cancel. No more prompts in the future for the same situation. | 36 | business_exception_30005=The waybill you entered is generated by another account, whether continue uploading? Confirm, Cancel. No more prompts in the future for the same situation. |
| 38 | business_exception_30006=附件上传不符合标准 | 37 | business_exception_30006=附件上传不符合标准 |
| 39 | -business_exception_30007=所有上传文件数量不超过{}个文件 | 38 | +business_exception_30007=所有上传文件数量不超过{0}个文件 |
| 40 | -business_exception_30008=所有上传文件总大小不超过{}M | 39 | +business_exception_30008=所有上传文件总大小不超过{0}M |
| 41 | business_exception_30009=运单或发票未上传 | 40 | business_exception_30009=运单或发票未上传 |
| 42 | business_exception_30010=文件类型不在:运单、发票、箱单、其他 | 41 | business_exception_30010=文件类型不在:运单、发票、箱单、其他 |
| 43 | business_exception_30011=该运单已被其他人创建,不可以重复创建 | 42 | business_exception_30011=该运单已被其他人创建,不可以重复创建 |
| ... | @@ -45,6 +44,6 @@ business_exception_30012=UUID不一致 | ... | @@ -45,6 +44,6 @@ business_exception_30012=UUID不一致 |
| 45 | business_exception_30013=文件名为:{0},上传失败,请检查后重试 | 44 | business_exception_30013=文件名为:{0},上传失败,请检查后重试 |
| 46 | business_exception_30014=运单信息加载失败,请稍后重试 | 45 | business_exception_30014=运单信息加载失败,请稍后重试 |
| 47 | business_success_30015=上传成功 | 46 | business_success_30015=上传成功 |
| 48 | -business_exception_30016=运单提交失败 | 47 | +business_exception_30016=运单提交失败,请联系管理员! |
| 49 | business_exception_30017=运单号填写错误 | 48 | business_exception_30017=运单号填写错误 |
| 50 | business_exception_30018=运单提交失败,该运单正在被其他用户操作,请稍后重试 | 49 | business_exception_30018=运单提交失败,该运单正在被其他用户操作,请稍后重试 |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -129,7 +129,7 @@ public class JwtAuthorizationFilter extends BasicAuthenticationFilter { | ... | @@ -129,7 +129,7 @@ public class JwtAuthorizationFilter extends BasicAuthenticationFilter { |
| 129 | response.setHeader("Token", newToken);*/ | 129 | response.setHeader("Token", newToken);*/ |
| 130 | } catch (ExpiredJwtException ee) { | 130 | } catch (ExpiredJwtException ee) { |
| 131 | //已经过期了,直接踢 | 131 | //已经过期了,直接踢 |
| 132 | - logger.error("CODE : {} requestURL:{},reason:{}",BaseResponseCode.MESSAGE_CODE_10004.getCode() , request.getRequestURL(),"ExpiredJwtException ",ee); | 132 | + logger.error("CODE : {} requestURL:{},reason:{}",BaseResponseCode.MESSAGE_CODE_10005.getCode() , request.getRequestURL(),"ExpiredJwtException ",ee); |
| 133 | Claims claims = ee.getClaims(); | 133 | Claims claims = ee.getClaims(); |
| 134 | String id = claims.getId(); | 134 | String id = claims.getId(); |
| 135 | Map<String, Object> result = new HashMap<>(); | 135 | Map<String, Object> result = new HashMap<>(); | ... | ... |
| ... | @@ -20,7 +20,7 @@ public class BasicController { | ... | @@ -20,7 +20,7 @@ public class BasicController { |
| 20 | throw new OpErrorException(BaseResponseCode.MESSAGE_CODE_10003.getCode(),localeMessageUtil.getMessage(BaseResponseCode.MESSAGE_CODE_10003.getMsg()),e); | 20 | throw new OpErrorException(BaseResponseCode.MESSAGE_CODE_10003.getCode(),localeMessageUtil.getMessage(BaseResponseCode.MESSAGE_CODE_10003.getMsg()),e); |
| 21 | } | 21 | } |
| 22 | if (user == null) { | 22 | if (user == null) { |
| 23 | - throw new OpErrorException(BaseResponseCode.MESSAGE_CODE_10006.getCode(),localeMessageUtil.getMessage(BaseResponseCode.MESSAGE_CODE_10006.getMsg())); | 23 | + throw new OpErrorException(BaseResponseCode.MESSAGE_CODE_10005.getCode(),localeMessageUtil.getMessage(BaseResponseCode.MESSAGE_CODE_10005.getMsg())); |
| 24 | } | 24 | } |
| 25 | return user; | 25 | return user; |
| 26 | } | 26 | } | ... | ... |
| ... | @@ -12,7 +12,6 @@ public enum BaseResponseCode { | ... | @@ -12,7 +12,6 @@ public enum BaseResponseCode { |
| 12 | MESSAGE_CODE_10003(10003,"system_exception_10003"), | 12 | MESSAGE_CODE_10003(10003,"system_exception_10003"), |
| 13 | MESSAGE_CODE_10004(10004,"system_exception_10004"), | 13 | MESSAGE_CODE_10004(10004,"system_exception_10004"), |
| 14 | MESSAGE_CODE_10005(10005,"system_exception_10005"), | 14 | MESSAGE_CODE_10005(10005,"system_exception_10005"), |
| 15 | - MESSAGE_CODE_10006(10006,"system_exception_10006"), | ||
| 16 | ; | 15 | ; |
| 17 | private Integer code; | 16 | private Integer code; |
| 18 | private String msg; | 17 | private String msg; | ... | ... |
| 1 | package com.fedex.connect.common.dependencies.util; | 1 | package com.fedex.connect.common.dependencies.util; |
| 2 | 2 | ||
| 3 | import com.fedex.connect.common.dependencies.annotation.BaseNotBlank; | 3 | import com.fedex.connect.common.dependencies.annotation.BaseNotBlank; |
| 4 | +import com.fedex.connect.common.dependencies.exception.OpErrorException; | ||
| 4 | import com.fedex.connect.common.dependencies.i18n.LocaleMessageUtil; | 5 | import com.fedex.connect.common.dependencies.i18n.LocaleMessageUtil; |
| 5 | import org.springframework.beans.factory.annotation.Autowired; | 6 | import org.springframework.beans.factory.annotation.Autowired; |
| 6 | import org.springframework.stereotype.Component; | 7 | import org.springframework.stereotype.Component; |
| ... | @@ -54,8 +55,10 @@ public class BaseValidateUtils { | ... | @@ -54,8 +55,10 @@ public class BaseValidateUtils { |
| 54 | if(errorList.size() > 0){ | 55 | if(errorList.size() > 0){ |
| 55 | responseUtils.fail(codeEnum,errorList); | 56 | responseUtils.fail(codeEnum,errorList); |
| 56 | } | 57 | } |
| 58 | + }catch(OpErrorException ex){ | ||
| 59 | + throw ex; | ||
| 57 | }catch(Exception ex){ | 60 | }catch(Exception ex){ |
| 58 | - responseUtils.fail(codeEnum); | 61 | + responseUtils.fail(codeEnum,ex); |
| 59 | } | 62 | } |
| 60 | } | 63 | } |
| 61 | } | 64 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -61,7 +61,7 @@ | ... | @@ -61,7 +61,7 @@ |
| 61 | <rollingPolicy | 61 | <rollingPolicy |
| 62 | class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> | 62 | class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> |
| 63 | <!-- 日志文件名格式 --> | 63 | <!-- 日志文件名格式 --> |
| 64 | - <fileNamePattern>${log.path}/tw-kafka-log-info.%d{yyyy-MM-dd}.%i.log | 64 | + <fileNamePattern>${log.path}/kafka-log-info.%d{yyyy-MM-dd}.%i.log |
| 65 | </fileNamePattern> | 65 | </fileNamePattern> |
| 66 | <!-- 日志最大的历史 30天 --> | 66 | <!-- 日志最大的历史 30天 --> |
| 67 | <maxHistory>${log.maxHistory}</maxHistory> | 67 | <maxHistory>${log.maxHistory}</maxHistory> |
| ... | @@ -82,12 +82,12 @@ | ... | @@ -82,12 +82,12 @@ |
| 82 | 82 | ||
| 83 | <appender name="file_error" | 83 | <appender name="file_error" |
| 84 | class="ch.qos.logback.core.rolling.RollingFileAppender"> | 84 | class="ch.qos.logback.core.rolling.RollingFileAppender"> |
| 85 | - <file>${log.path}/tw-kafka-log-error.log</file> | 85 | + <file>${log.path}/kafka-log-error.log</file> |
| 86 | <!-- 循环政策:基于时间创建日志文件 --> | 86 | <!-- 循环政策:基于时间创建日志文件 --> |
| 87 | <rollingPolicy | 87 | <rollingPolicy |
| 88 | class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> | 88 | class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> |
| 89 | <!-- 日志文件名格式 --> | 89 | <!-- 日志文件名格式 --> |
| 90 | - <fileNamePattern>${log.path}/tw-kafka-log-error.%d{yyyy-MM-dd}.%i.log | 90 | + <fileNamePattern>${log.path}/kafka-log-error.%d{yyyy-MM-dd}.%i.log |
| 91 | </fileNamePattern> | 91 | </fileNamePattern> |
| 92 | <!-- 日志最大的历史 30天 --> | 92 | <!-- 日志最大的历史 30天 --> |
| 93 | <maxHistory>${log.maxHistory}</maxHistory> | 93 | <maxHistory>${log.maxHistory}</maxHistory> | ... | ... |
| ... | @@ -4,6 +4,4 @@ system_exception_10001=没有访问权限 | ... | @@ -4,6 +4,4 @@ system_exception_10001=没有访问权限 |
| 4 | system_exception_10002=没有通过权限认证 | 4 | system_exception_10002=没有通过权限认证 |
| 5 | system_exception_10003=登录身份异常 | 5 | system_exception_10003=登录身份异常 |
| 6 | system_exception_10004=登录超过8小时,请重新登录 | 6 | system_exception_10004=登录超过8小时,请重新登录 |
| 7 | -system_exception_10005=登录已过期 | ||
| 8 | -system_exception_10006=登录身份异常 | ||
| 9 | -system_exception_10007=登录已过期,请重新登录 | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 7 | +system_exception_10005=登录已过期,请重新登录 | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -4,6 +4,4 @@ system_exception_10001=没有访问权限 | ... | @@ -4,6 +4,4 @@ system_exception_10001=没有访问权限 |
| 4 | system_exception_10002=没有通过权限认证 | 4 | system_exception_10002=没有通过权限认证 |
| 5 | system_exception_10003=登录身份异常 | 5 | system_exception_10003=登录身份异常 |
| 6 | system_exception_10004=登录超过8小时,请重新登录 | 6 | system_exception_10004=登录超过8小时,请重新登录 |
| 7 | -system_exception_10005=登录已过期 | ||
| 8 | -system_exception_10006=登录身份异常 | ||
| 9 | -system_exception_10007=登录已过期,请重新登录 | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 7 | +system_exception_10005=登录已过期,请重新登录 | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -4,9 +4,7 @@ system_exception_10001=没有访问权限 | ... | @@ -4,9 +4,7 @@ system_exception_10001=没有访问权限 |
| 4 | system_exception_10002=没有通过权限认证 | 4 | system_exception_10002=没有通过权限认证 |
| 5 | system_exception_10003=登录身份异常 | 5 | system_exception_10003=登录身份异常 |
| 6 | system_exception_10004=登录超过8小时,请重新登录 | 6 | system_exception_10004=登录超过8小时,请重新登录 |
| 7 | -system_exception_10005=登录已过期 | 7 | +system_exception_10005=登录已过期,请重新登录 |
| 8 | -system_exception_10006=登录身份异常 | ||
| 9 | -system_exception_10007=登录已过期,请重新登录 | ||
| 10 | 8 | ||
| 11 | #******************业务相关、需要做国际化****************** | 9 | #******************业务相关、需要做国际化****************** |
| 12 | business_exception_40001=存入token失败 | 10 | business_exception_40001=存入token失败 | ... | ... |
| ... | @@ -4,9 +4,7 @@ system_exception_10001=没有访问权限 | ... | @@ -4,9 +4,7 @@ system_exception_10001=没有访问权限 |
| 4 | system_exception_10002=没有通过权限认证 | 4 | system_exception_10002=没有通过权限认证 |
| 5 | system_exception_10003=登录身份异常 | 5 | system_exception_10003=登录身份异常 |
| 6 | system_exception_10004=登录超过8小时,请重新登录 | 6 | system_exception_10004=登录超过8小时,请重新登录 |
| 7 | -system_exception_10005=登录已过期 | 7 | +system_exception_10005=登录已过期,请重新登录 |
| 8 | -system_exception_10006=登录身份异常 | ||
| 9 | -system_exception_10007=登录已过期,请重新登录 | ||
| 10 | 8 | ||
| 11 | #******************业务相关、需要做国际化****************** | 9 | #******************业务相关、需要做国际化****************** |
| 12 | business_exception_40001=存入token失败 | 10 | business_exception_40001=存入token失败 | ... | ... |
| ... | @@ -30,12 +30,12 @@ | ... | @@ -30,12 +30,12 @@ |
| 30 | <!-- 系统日志输出 --> | 30 | <!-- 系统日志输出 --> |
| 31 | <appender name="file_debug" | 31 | <appender name="file_debug" |
| 32 | class="ch.qos.logback.core.rolling.RollingFileAppender"> | 32 | class="ch.qos.logback.core.rolling.RollingFileAppender"> |
| 33 | - <file>${log.path}/tw-task-log-debug.log</file> | 33 | + <file>${log.path}/task-log-debug.log</file> |
| 34 | <!-- 循环政策:基于时间创建日志文件 --> | 34 | <!-- 循环政策:基于时间创建日志文件 --> |
| 35 | <rollingPolicy | 35 | <rollingPolicy |
| 36 | class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> | 36 | class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> |
| 37 | <!-- 日志文件名格式 --> | 37 | <!-- 日志文件名格式 --> |
| 38 | - <fileNamePattern>${log.path}/tw-task-log-debug.%d{yyyy-MM-dd}.%i.log | 38 | + <fileNamePattern>${log.path}/task-log-debug.%d{yyyy-MM-dd}.%i.log |
| 39 | </fileNamePattern> | 39 | </fileNamePattern> |
| 40 | <!-- 日志最大的历史 30天 --> | 40 | <!-- 日志最大的历史 30天 --> |
| 41 | <maxHistory>${log.maxHistory}</maxHistory> | 41 | <maxHistory>${log.maxHistory}</maxHistory> |
| ... | @@ -56,12 +56,12 @@ | ... | @@ -56,12 +56,12 @@ |
| 56 | 56 | ||
| 57 | <appender name="file_info" | 57 | <appender name="file_info" |
| 58 | class="ch.qos.logback.core.rolling.RollingFileAppender"> | 58 | class="ch.qos.logback.core.rolling.RollingFileAppender"> |
| 59 | - <file>${log.path}/tw-task-log-info.log</file> | 59 | + <file>${log.path}/task-log-info.log</file> |
| 60 | <!-- 循环政策:基于时间创建日志文件 --> | 60 | <!-- 循环政策:基于时间创建日志文件 --> |
| 61 | <rollingPolicy | 61 | <rollingPolicy |
| 62 | class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> | 62 | class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> |
| 63 | <!-- 日志文件名格式 --> | 63 | <!-- 日志文件名格式 --> |
| 64 | - <fileNamePattern>${log.path}/tw-task-log-info.%d{yyyy-MM-dd}.%i.log | 64 | + <fileNamePattern>${log.path}/task-log-info.%d{yyyy-MM-dd}.%i.log |
| 65 | </fileNamePattern> | 65 | </fileNamePattern> |
| 66 | <!-- 日志最大的历史 30天 --> | 66 | <!-- 日志最大的历史 30天 --> |
| 67 | <maxHistory>${log.maxHistory}</maxHistory> | 67 | <maxHistory>${log.maxHistory}</maxHistory> |
| ... | @@ -82,12 +82,12 @@ | ... | @@ -82,12 +82,12 @@ |
| 82 | 82 | ||
| 83 | <appender name="file_error" | 83 | <appender name="file_error" |
| 84 | class="ch.qos.logback.core.rolling.RollingFileAppender"> | 84 | class="ch.qos.logback.core.rolling.RollingFileAppender"> |
| 85 | - <file>${log.path}/tw-task-log-error.log</file> | 85 | + <file>${log.path}/task-log-error.log</file> |
| 86 | <!-- 循环政策:基于时间创建日志文件 --> | 86 | <!-- 循环政策:基于时间创建日志文件 --> |
| 87 | <rollingPolicy | 87 | <rollingPolicy |
| 88 | class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> | 88 | class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> |
| 89 | <!-- 日志文件名格式 --> | 89 | <!-- 日志文件名格式 --> |
| 90 | - <fileNamePattern>${log.path}/tw-task-log-error.%d{yyyy-MM-dd}.%i.log | 90 | + <fileNamePattern>${log.path}/task-log-error.%d{yyyy-MM-dd}.%i.log |
| 91 | </fileNamePattern> | 91 | </fileNamePattern> |
| 92 | <!-- 日志最大的历史 30天 --> | 92 | <!-- 日志最大的历史 30天 --> |
| 93 | <maxHistory>${log.maxHistory}</maxHistory> | 93 | <maxHistory>${log.maxHistory}</maxHistory> | ... | ... |
| 1 | -#******************系统操作日志记录,中文展示****************** | ||
| 2 | -business_log_20001=添加运单 | ||
| 3 | -business_log_20002=提交运单 | ||
| 4 | -business_log_20003=运单查询 | ||
| 5 | -business_log_20004=运单详细信息查询 | ||
| 6 | -business_log_20005=根据运单ID查询用户上传记录 | ||
| 7 | -business_log_20006=运单历史上传记录查询 | ||
| 8 | -system_exception_20003=提示信息过长,未保存成功 | ||
| 9 | - | ||
| 10 | #******************鉴权相关提示,需要做国际化****************** | 1 | #******************鉴权相关提示,需要做国际化****************** |
| 11 | #authentication包 | 2 | #authentication包 |
| 12 | system_exception_10001=没有访问权限 | 3 | system_exception_10001=没有访问权限 |
| 13 | system_exception_10002=没有通过权限认证 | 4 | system_exception_10002=没有通过权限认证 |
| 14 | system_exception_10003=登录身份异常 | 5 | system_exception_10003=登录身份异常 |
| 15 | system_exception_10004=登录超过8小时,请重新登录 | 6 | system_exception_10004=登录超过8小时,请重新登录 |
| 16 | -system_exception_10005=登录已过期 | ||
| 17 | -system_exception_10006=登录已过期,请重新登录 | ||
| 18 | - | ||
| 19 | -#******************业务相关、需要做国际化****************** | ||
| 20 | -#*********用于字段描述使用,不单独使用********** | ||
| 21 | -business_field_31001=发货人计费账号 | ||
| 22 | -business_field_31002=运单ID | ||
| 23 | -business_field_31003=运单号 | ||
| 24 | -business_field_31004=原产国编码 | ||
| 25 | -business_field_31005=原产国名称 | ||
| 26 | -business_field_31006=目的国编码 | ||
| 27 | -business_field_31007=目的国全称 | ||
| 28 | -business_field_31008=文件业务类型 | ||
| 29 | -business_field_31009=Consignment Code | ||
| 30 | -business_field_31010=Contact Person | ||
| 31 | -business_field_31011=Contact Person's Email | ||
| 32 | -business_field_31012=Contact Phone | ||
| 33 | - | ||
| 34 | -#*********具体响应到前端********** | ||
| 35 | -business_exception_30001=#{0}必填字段未填写 | ||
| 36 | -business_exception_30002=单次最多可查询1000个运单号码 | ||
| 37 | -business_exception_30003=#{0}不正确,请重新输入 | ||
| 38 | -business_exception_30004=The waybill you entered is generated by another user, whether continue uploading? Confirm, Cancel. No more prompts in the future for the same situation. | ||
| 39 | -business_exception_30005=The waybill you entered is generated by another account, whether continue uploading? Confirm, Cancel. No more prompts in the future for the same situation. | ||
| 40 | -business_exception_30006=附件上传不符合标准 | ||
| 41 | -business_exception_30007=所有上传文件数量不超过#{0}个文件 | ||
| 42 | -business_exception_30008=所有上传文件总大小不超过#{0}M | ||
| 43 | -business_exception_30009=运单或发票未上传 | ||
| 44 | -business_exception_30010=文件类型不在:运单、发票、箱单、其他 | ||
| 45 | -business_exception_30011=该运单已被其他人创建,不可以重复创建 | ||
| 46 | -business_exception_30012=UUID不一致 | ||
| 47 | -business_exception_30013=文件名为:#{0},上传失败,请检查后重试 | ||
| 48 | -business_exception_30014=运单信息加载失败,请稍后重试 | ||
| 49 | -business_success_30015=提交成功 | ||
| 50 | -business_exception_30016=运单提交失败 | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 7 | +system_exception_10005=登录已过期,请重新登录 | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| 1 | -#******************系统操作日志记录,中文展示****************** | ||
| 2 | -business_log_20001=添加运单 | ||
| 3 | -business_log_20002=提交运单 | ||
| 4 | -business_log_20003=运单查询 | ||
| 5 | -business_log_20004=运单详细信息查询 | ||
| 6 | -business_log_20005=根据运单ID查询用户上传记录 | ||
| 7 | -business_log_20006=运单历史上传记录查询 | ||
| 8 | -system_exception_20003=提示信息过长,未保存成功 | ||
| 9 | - | ||
| 10 | #******************鉴权相关提示,需要做国际化****************** | 1 | #******************鉴权相关提示,需要做国际化****************** |
| 11 | #authentication包 | 2 | #authentication包 |
| 12 | system_exception_10001=没有访问权限 | 3 | system_exception_10001=没有访问权限 |
| 13 | system_exception_10002=没有通过权限认证 | 4 | system_exception_10002=没有通过权限认证 |
| 14 | system_exception_10003=登录身份异常 | 5 | system_exception_10003=登录身份异常 |
| 15 | system_exception_10004=登录超过8小时,请重新登录 | 6 | system_exception_10004=登录超过8小时,请重新登录 |
| 16 | -system_exception_10005=登录已过期 | ||
| 17 | -system_exception_10006=登录已过期,请重新登录 | ||
| 18 | - | ||
| 19 | -#******************业务相关、需要做国际化****************** | ||
| 20 | -#*********用于字段描述使用,不单独使用********** | ||
| 21 | -business_field_31001=发货人计费账号 | ||
| 22 | -business_field_31002=运单ID | ||
| 23 | -business_field_31003=运单号 | ||
| 24 | -business_field_31004=原产国编码 | ||
| 25 | -business_field_31005=原产国名称 | ||
| 26 | -business_field_31006=目的国编码 | ||
| 27 | -business_field_31007=目的国全称 | ||
| 28 | -business_field_31008=文件业务类型 | ||
| 29 | -business_field_31009=Consignment Code | ||
| 30 | -business_field_31010=Contact Person | ||
| 31 | -business_field_31011=Contact Person's Email | ||
| 32 | -business_field_31012=Contact Phone | ||
| 33 | - | ||
| 34 | -#*********具体响应到前端********** | ||
| 35 | -business_exception_30001=${0}必填字段未填写 | ||
| 36 | -business_exception_30002=单次最多可查询1000个运单号码 | ||
| 37 | -business_exception_30003=${0}不正确,请重新输入 | ||
| 38 | -business_exception_30004=The waybill you entered is generated by another user, whether continue uploading? Confirm, Cancel. No more prompts in the future for the same situation. | ||
| 39 | -business_exception_30005=The waybill you entered is generated by another account, whether continue uploading? Confirm, Cancel. No more prompts in the future for the same situation. | ||
| 40 | -business_exception_30006=附件上传不符合标准 | ||
| 41 | -business_exception_30007=所有上传文件数量不超过50个文件 | ||
| 42 | -business_exception_30008=所有上传文件总大小不超过50M | ||
| 43 | -business_exception_30009=运单或发票未上传 | ||
| 44 | -business_exception_30010=文件类型不在:运单、发票、箱单、其他 | ||
| 45 | -business_exception_30011=该运单已被其他人创建,不可以重复创建 | ||
| 46 | -business_exception_30012=UUID不一致 | ||
| 47 | -business_exception_30013=文件名为:#{0},上传失败,请检查后重试 | ||
| 48 | -business_exception_30014=运单信息加载失败,请稍后重试 | ||
| 49 | -business_success_30015=提交成功 | ||
| 50 | -business_exception_30016=运单提交失败 | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 7 | +system_exception_10005=登录已过期,请重新登录 | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment