Commit 5d9b622e authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 034e0ff1
......@@ -250,7 +250,8 @@ public class TCheckMobileServiceImpl extends ServiceImpl<TCheckMobileMapper, TCh
|| CommonConstants.FIVE_STRING.equals(mo.getStatus()))) {
return R.ok();
} else {
return R.failed(Common.isNotNull(mo.getMessage()) ? mo.getMessage() : "校验错误!");
//提示语不正确 特地优化了 fxj 2026-01-15
return R.failed("手机号码不可用!");
}
} else {
return R.failed("校验失败");
......
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