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