Merge branch 'ty' into hjb

This commit is contained in:
aozhiwei 2024-07-26 18:02:24 +08:00
commit 9baf4a4de2

View File

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