|
|
@@ -102,6 +102,7 @@ class LoginController extends webApp
|
|
|
return showJson(1058, false, ['app_url' => ConfigService::make()->getConfigByCode("app_{$appSources}_url"),], 406);
|
|
|
}
|
|
|
break;
|
|
|
+ case 'reset_password':
|
|
|
case 'login':
|
|
|
if (!MemberService::make()->checkExists('mobile',$mobile)) {
|
|
|
return showJson(2001, false, ['app_url' => ConfigService::make()->getConfigByCode("app_{$appSources}_url"),], 406);
|
|
|
@@ -143,6 +144,7 @@ class LoginController extends webApp
|
|
|
return showJson(2009, false, ['app_url' => ConfigService::make()->getConfigByCode("app_{$appSources}_url"),], 406);
|
|
|
}
|
|
|
break;
|
|
|
+ case 'reset_password':
|
|
|
case 'login':
|
|
|
if (!MemberService::make()->checkExists('email',$email)) {
|
|
|
return showJson(2001, false, ['app_url' => ConfigService::make()->getConfigByCode("app_{$appSources}_url"),], 406);
|