Explorar el Código

商家端订单详情页展示口味

zhangdehua hace 11 meses
padre
commit
22431b080b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/index/service/passport/Login.php

+ 1 - 1
app/index/service/passport/Login.php

@@ -172,7 +172,7 @@ class Login extends BaseService
 
         $userInfo = !empty($email) ? UserModel::detail(['mobile' => $email]) : null;
         if (empty($userInfo)) {
-            throwError('Not exit', 401, []);
+            throwError('The account has not been registered yet', 401, []);
         }
 
         $data = ['password' => md5($password . $userInfo['salt'])];