diff --git a/webapp/controller/NftController.class.php b/webapp/controller/NftController.class.php index 15708e55..ee9ceaca 100644 --- a/webapp/controller/NftController.class.php +++ b/webapp/controller/NftController.class.php @@ -62,6 +62,10 @@ class NftController extends BaseAuthedController array_push($listInfo,$info); } break; + case Nft::EXPLORER_TYPE : { + array_push($listInfo,$info); + } + break; } } } diff --git a/webapp/models/Nft.php b/webapp/models/Nft.php index f9aae1a5..fcc6e88f 100644 --- a/webapp/models/Nft.php +++ b/webapp/models/Nft.php @@ -25,6 +25,7 @@ class Nft extends BaseModel const HONOR1_TYPE = 6; //荣誉 const GENESIS_TYPE = 7; //创世徽章 const PLANET_TYPE = 8; //星球 + const EXPLORER_TYPE = 9; //Explorer const RING_TYPE = 19; //戒指 const AVATAR_TYPE = 30; //装饰