This commit is contained in:
aozhiwei 2022-04-01 10:42:46 +08:00
parent e2add856f0
commit bb1bf94ff5

View File

@ -48,7 +48,7 @@ class NftService extends BaseService {
private static function internalGetList($openId, $name) private static function internalGetList($openId, $name)
{ {
self::loadNft($openId, $name); self::loadNft($openId, $name);
return getXVal(self::$userData[$openid], $name . 'List'); return getXVal(self::$userData[$openId], $name . 'List');
} }
private static function internalIsOwner($openId, $name, $tokenId) private static function internalIsOwner($openId, $name, $tokenId)