Commit 83216259 authored by 技术部-任文超's avatar 技术部-任文超

更新文案:令牌已失效 --> 操作失败,请重新提交

parent c1cb696f
...@@ -53,7 +53,7 @@ public class OneTimeTokenValidateAdvisor { ...@@ -53,7 +53,7 @@ public class OneTimeTokenValidateAdvisor {
if (valid) { if (valid) {
return pjp.proceed(); return pjp.proceed();
} }
return JsonResult.buildSuccessResult("令牌已失效", "", 2L); return JsonResult.buildSuccessResult("操作失败,请重新提交", "", 2L);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment