add doc 6
This commit is contained in:
parent
e2dad98fd3
commit
b8a900d861
@ -122,7 +122,7 @@ class Chip(object):
|
|||||||
'url': 'webapp/index.php?c=Chip&a=selectChip',
|
'url': 'webapp/index.php?c=Chip&a=selectChip',
|
||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
_common.ReqHead(),
|
||||||
['token_ids', '', '芯片token id参数'],
|
['token_ids', '', '芯片token id参数 例:参数1源芯片 参数2材料芯片'],
|
||||||
],
|
],
|
||||||
'response': [
|
'response': [
|
||||||
_common.RspHead(),
|
_common.RspHead(),
|
||||||
@ -136,7 +136,7 @@ class Chip(object):
|
|||||||
'params': [
|
'params': [
|
||||||
_common.ReqHead(),
|
_common.ReqHead(),
|
||||||
['token_id_main', '', '源芯片token id'],
|
['token_id_main', '', '源芯片token id'],
|
||||||
['token_id_param', [], '材料芯片token id/例:[参数1,参数2,参数3]'],
|
['token_id_param', '', '材料芯片token id 例:参数1 参数2 参数3'],
|
||||||
],
|
],
|
||||||
'response': [
|
'response': [
|
||||||
_common.RspHead(),
|
_common.RspHead(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user