1
This commit is contained in:
parent
e2add856f0
commit
bb1bf94ff5
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user