From 233bdde891c89de51480a7972631b51c93ae5191 Mon Sep 17 00:00:00 2001 From: hujiabin Date: Thu, 18 Aug 2022 18:02:33 +0800 Subject: [PATCH] add doc 7 --- doc/Chip.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Chip.py b/doc/Chip.py index 33149aab..4e5a267f 100644 --- a/doc/Chip.py +++ b/doc/Chip.py @@ -117,16 +117,16 @@ class Chip(object): ] },{ 'name': 'selectChip', - 'desc': '选择合成材料/参数1 参数2 (参数1为源芯片,参数2为材料芯片)', + 'desc': '选择合成材料', 'group': 'Chip', 'url': 'webapp/index.php?c=Chip&a=selectChip', 'params': [ _common.ReqHead(), - ['token_ids', '', '芯片token id参数 例:参数1源芯片 参数2材料芯片'], + ['token_id', '', '芯片token id参数 例:参数1源芯片 参数2材料芯片'], ], 'response': [ _common.RspHead(), - ['!data', '', '材料芯片的累计价值'] + ['data', '', '材料芯片的累计价值'] ] },{ 'name': 'syntheticChip',