|
@@ -353,7 +353,7 @@ public class WxaUserApiController extends WxaController {
|
|
String content = sService.checkCodeStore(phone,code);
|
|
String content = sService.checkCodeStore(phone,code);
|
|
if (content == null) {
|
|
if (content == null) {
|
|
renderJson(ErrorConstant.ERROR_SMS_CODE_ERR);
|
|
renderJson(ErrorConstant.ERROR_SMS_CODE_ERR);
|
|
-// return;
|
|
|
|
|
|
+ return;
|
|
}
|
|
}
|
|
LoginBean loginBean = sService.checkCode(openid,phone);
|
|
LoginBean loginBean = sService.checkCode(openid,phone);
|
|
if (loginBean != null) {
|
|
if (loginBean != null) {
|