This commit is contained in:
aozhiwei 2022-05-26 15:05:57 +08:00
commit c96e482004

View File

@ -136,6 +136,7 @@ class UserController extends BaseAuthedController {
), ),
array( array(
'account_id' => $this->_getAccountId(), 'account_id' => $this->_getAccountId(),
'channel' => $this->_getChannel(),
'name' => $userName, 'name' => $userName,
'sex' => rand() % 2, 'sex' => rand() % 2,
#'avatar_url' => $avatar_url, #'avatar_url' => $avatar_url,