Ver Fonte

feat: NG-15: 新会员注册时增加国家与语言选项.

zhangl há 1 ano atrás
pai
commit
d28ffbb112
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      frontendApi/modules/v1/controllers/UserController.php

+ 3 - 3
frontendApi/modules/v1/controllers/UserController.php

@@ -262,9 +262,9 @@ class UserController extends BaseController {
         }
 
         // BA级别暂时不提供升级
-        if ($userDecInfo['ID'] == '67ABC6AO8YTK2LN0E055736AECE8644D') {
-            return static::notice(Yii::t('app', 'upgradeNotSupport'), 400);
-        }
+//        if ($userDecInfo['ID'] == '67ABC6AO8YTK2LN0E055736AECE8644D') {
+//            return static::notice(Yii::t('app', 'upgradeNotSupport'), 400);
+//        }
 
         // 分期的总期数
         $instalmentConfig = intval(Cache::getSystemConfig()['instalment']['VALUE'] ?? 3);