This commit is contained in:
hujiabin 2024-05-14 15:39:51 +08:00
parent 0019f03dee
commit d25c33c99d

View File

@ -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,