1
This commit is contained in:
parent
d12a3664fb
commit
7cd25ba963
@ -171,6 +171,13 @@ class CallbackController extends BaseController {
|
||||
'modifytime' => myself()->_getNowTime(),
|
||||
)
|
||||
);
|
||||
$param = array(
|
||||
'trans_id'=>$transId,
|
||||
'token_id1'=>$tokenId1,
|
||||
'token_id2'=>$tokenId2,
|
||||
'token_type'=>1,
|
||||
);
|
||||
NftUpReceive::upsert($tranDb['account_id'],$param);
|
||||
myself()->_rspOk();
|
||||
return;
|
||||
}
|
||||
@ -261,6 +268,13 @@ class CallbackController extends BaseController {
|
||||
'modifytime' => myself()->_getNowTime(),
|
||||
)
|
||||
);
|
||||
$param = array(
|
||||
'trans_id'=>$transId,
|
||||
'token_id1'=>$tokenId1,
|
||||
'token_id2'=>$tokenId2,
|
||||
'token_type'=>2,
|
||||
);
|
||||
NftUpReceive::upsert($tranDb['account_id'],$param);
|
||||
myself()->_rspOk();
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user