1
This commit is contained in:
parent
63377e1658
commit
e6464ccf10
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user