Commit 834de053 authored by hanfeng zhang's avatar hanfeng zhang

321

parent bfbf2d30
......@@ -290,6 +290,11 @@ export class NFTService extends Service {
})
}
/**
* 官方nft的详细内容
* @param id
* @returns
*/
async officialNFTDetail(id:any){
return await this.service.get(this.router.officialNFTDetail.path+id, {
headers: {
......@@ -298,4 +303,8 @@ export class NFTService extends Service {
}
})
}
async applyOfficialNft(){
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment