1
This commit is contained in:
parent
0019f03dee
commit
d25c33c99d
@ -45,11 +45,11 @@ class OutAppNftController extends BaseController {
|
||||
$channel = getReqVal('channel', '');
|
||||
$openId = getReqVal('openId', '');
|
||||
$accountId = BC_POLY_CHANNEL.'_'.$this->_getGameId().'_'.$channel.'_'.$openId;
|
||||
$userDb = User::find($accountId);
|
||||
if (!$userDb){
|
||||
$this->_rspErr(1, 'user not found');
|
||||
return;
|
||||
}
|
||||
// $userDb = User::find($accountId);
|
||||
// if (!$userDb){
|
||||
// $this->_rspErr(1, 'user not found');
|
||||
// return;
|
||||
// }
|
||||
|
||||
$info = array(
|
||||
'loginVal' => 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user