This commit is contained in:
aozhiwei 2024-07-26 18:02:06 +08:00
parent 49485bb1e5
commit 0694d57940

View File

@ -560,6 +560,6 @@ class OutAppNftController extends BaseController {
private function isWingHero($tokenId) private function isWingHero($tokenId)
{ {
return $tokenId > 6240603010001668 && $tokenId <= 6240603010002168 return $tokenId > 6240603010001668 && $tokenId <= 6240603010002168;
} }
} }