This commit is contained in:
hujiabin 2022-11-03 15:13:43 +08:00
parent 63377e1658
commit e6464ccf10

View File

@ -60,8 +60,8 @@ class UserController extends BaseAuthedController {
//测试服 //测试服
if (!$userInfo) { if (!$userInfo) {
$this->createNewUserV2($userName); $this->createNewUserV2($userName);
// $this->_addFreeItem(); //测试需要,上线要删除 $this->_addFreeItem(); //测试需要,上线要删除
// $this->addFragmentBox(); //测试需要,上线要删除 $this->addFragmentBox(); //测试需要,上线要删除
// $this->addChip(); //测试需要,上线要删除 // $this->addChip(); //测试需要,上线要删除
$userInfo = $this->_getOrmUserInfo(); $userInfo = $this->_getOrmUserInfo();
$this->_setV(TN_RANK_STATUS, 0, 1); $this->_setV(TN_RANK_STATUS, 0, 1);