From 7489d1e32f2b21ca5956b16e8f9356ddba6e1daa Mon Sep 17 00:00:00 2001 From: hujiabin Date: Fri, 19 Aug 2022 16:10:32 +0800 Subject: [PATCH] doc --- doc/Chip.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Chip.py b/doc/Chip.py index 00b44b19..aa97e9ca 100644 --- a/doc/Chip.py +++ b/doc/Chip.py @@ -189,10 +189,10 @@ class Chip(object): ], 'response': [ _common.RspHead(), - ['data', { + ['data', [ ['cost', '', '所添加芯片的总累计价值'], ['token_ids', '', '芯片token id 例如:token_id1 token_id2 token_id3'], - }, '芯片信息'] + ], '芯片信息'] ] },