This commit is contained in:
aozhiwei 2024-07-03 17:34:49 +08:00
parent 86f6343ffd
commit 44203efe8e

View File

@ -138,6 +138,7 @@ class OutAppNftController extends BaseController {
$this->_rspData(array(
'has_any_nft' => $ret ? 1 : 0,
));
error_log(2222);
}
public function nftMetaView()