Browse Source

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

zhangl 1 year ago
parent
commit
d28ffbb112
1 changed files with 3 additions and 3 deletions
  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);