|
@@ -577,7 +577,7 @@ public class LoginServiceImpl implements LoginService {
|
|
|
return ResponseJson.error("参数异常:短信验证码不能为空!", null);
|
|
|
}
|
|
|
if (StringUtils.isBlank(unionId)) {
|
|
|
- return ResponseJson.error("参数异常:unionId短信验证码不能为空!", null);
|
|
|
+ return ResponseJson.error("参数异常:unionId不能为空!", null);
|
|
|
}
|
|
|
// 查询使用该手机号的运营人员或用户
|
|
|
String checkRust = operationBindCheck(mobile, smsCode);
|