From 0f2f5452c6041e5b641e652094f20a5e6a55520a Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 11 Mar 2022 14:31:41 +0800 Subject: [PATCH] 1 --- doc/Auction.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Auction.py b/doc/Auction.py index a842e513..67af323e 100644 --- a/doc/Auction.py +++ b/doc/Auction.py @@ -18,7 +18,7 @@ class Auction(object): ], 'response': [ _common.RspHead(), - ['!rows', [_common.PreSaleBox()], '商品信息'], + ['!rows', [_common.NftDetail()], '商品信息'], ['page', _common.Page(), '分页信息'], ] }, @@ -31,6 +31,7 @@ class Auction(object): ['account', '', '钱包账号'], ['token', '', 'token'], ['net_id', '', '网络id'], + ['token_id', '', 'token_id'], ], 'response': [ _common.RspHead(), @@ -45,6 +46,7 @@ class Auction(object): ['account', '', '钱包账号'], ['token', '', 'token'], ['net_id', '', '网络id'], + ['token_id', '', 'token_id'], ], 'response': [ _common.RspHead(), @@ -59,6 +61,7 @@ class Auction(object): ['account', '', '钱包账号'], ['token', '', 'token'], ['net_id', '', '网络id'], + ['token_id', '', 'token_id'], ], 'response': [ _common.RspHead(),