This commit is contained in:
aozhiwei 2023-11-10 18:01:43 +08:00
parent 74e93a6016
commit 675580afb8
2 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,10 @@ class NftController extends BaseAuthedController
array_push($listInfo,$info); array_push($listInfo,$info);
} }
break; break;
case Nft::EXPLORER_TYPE : {
array_push($listInfo,$info);
}
break;
} }
} }
} }

View File

@ -25,6 +25,7 @@ class Nft extends BaseModel
const HONOR1_TYPE = 6; //荣誉 const HONOR1_TYPE = 6; //荣誉
const GENESIS_TYPE = 7; //创世徽章 const GENESIS_TYPE = 7; //创世徽章
const PLANET_TYPE = 8; //星球 const PLANET_TYPE = 8; //星球
const EXPLORER_TYPE = 9; //Explorer
const RING_TYPE = 19; //戒指 const RING_TYPE = 19; //戒指
const AVATAR_TYPE = 30; //装饰 const AVATAR_TYPE = 30; //装饰