|
|
@@ -143,7 +143,7 @@ public class UserController extends MyController {
|
|
|
}
|
|
|
|
|
|
// 2.判断是使用密码还是验证码登录
|
|
|
- MyRet ret = MyRet.fail("违规操作会导致ip封禁!");
|
|
|
+ MyRet ret = MyRet.fail("参数缺失,需要pwd_md5或verify_code").setData(requestBodyJson);
|
|
|
// 如果传入了密码优先使用密码登录
|
|
|
if (StrKit.notBlank(pwdMd5)) {
|
|
|
ret = service.login(mobileNumber, HashKit.md5(pwdMd5));
|