|
|
@@ -94,12 +94,12 @@ class LoginController extends webApp
|
|
|
switch ($scene) {
|
|
|
case 'reg':
|
|
|
if (MemberService::make()->checkExists('mobile', $mobile)) {
|
|
|
- return showJson(2009, false, ['app_url' => ConfigService::make()->getConfigByCode("app_{$appSources}_url"),], 406);
|
|
|
+ return showJson(1058, false, ['app_url' => ConfigService::make()->getConfigByCode("app_{$appSources}_url"),], 406);
|
|
|
}
|
|
|
break;
|
|
|
case 'modify_mobile':
|
|
|
if (MemberService::make()->checkExists('mobile', $mobile)) {
|
|
|
- return showJson(2009, false, ['app_url' => ConfigService::make()->getConfigByCode("app_{$appSources}_url"),], 406);
|
|
|
+ return showJson(1058, false, ['app_url' => ConfigService::make()->getConfigByCode("app_{$appSources}_url"),], 406);
|
|
|
}
|
|
|
break;
|
|
|
case 'login':
|