From 78b5f6138ad1add7e9b7eb013234bc4aaac5c9f9 Mon Sep 17 00:00:00 2001 From: hujiabin Date: Mon, 22 Aug 2022 14:27:58 +0800 Subject: [PATCH] 1 --- doc/Chip.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Chip.py b/doc/Chip.py index 672a96ee..e6c3b4b0 100644 --- a/doc/Chip.py +++ b/doc/Chip.py @@ -99,11 +99,12 @@ class Chip(object): 'url': 'webapp/index.php?c=Chip&a=aKeyInlayChip', 'params': [ _common.ReqHead(), - ['hero_id', '', '英雄idx'], + ['type', '', '1 英雄;2 枪械'], + ['unique_id', '', '英雄或枪械的唯一id'], ], 'response': [ _common.RspHead(), - ['!data', [_common.Hero()], '英雄加成信息'] + ['!data', [_common.Hero()], '英雄或枪械加成信息,用英雄举例'] ] },{ 'name': 'beforeSynthetic',