Browse Source

no message

FengChaoYu 6 months ago
parent
commit
0e25f9b6d1

+ 1 - 1
mall-miniapp-service/src/main/java/com/gree/mall/miniapp/logic/user/UserLogic.java

@@ -1219,7 +1219,7 @@ public class UserLogic {
                 .last("limit 1")
                 .one();
         if (Objects.isNull(userWait)) {
-            throw new RemoteServiceException("请输入正确手机号");
+            throw new RemoteServiceException("请输入正确师傅手机号");
         }
 
         // 向手机号发送验证码