|
|
@@ -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);
|