@ -196,13 +196,7 @@ public class LoginController extends BaseController {
}
// 无手机号,非第一次微信登录场景,需要判断当前wxID在数据库中是否有记录,如果有记录登录正常执行,如果无记录,返回状态到上面绑定手机号流程
weChatAouth2Service.login(weChatLoginReq,getIpAddr(request));
return Result.success("");
return weChatAouth2Service.login(weChatLoginReq,getIpAddr(request));