From bf5823f75ff10f1a530469a45c5d6ac03d54fe4b Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Mon, 29 Jul 2024 15:40:22 +0800 Subject: [PATCH] 1 --- doc/ChipPage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ChipPage.py b/doc/ChipPage.py index 7f9efba9..fdd8921e 100644 --- a/doc/ChipPage.py +++ b/doc/ChipPage.py @@ -31,7 +31,7 @@ class ChipPage(object): ], 'response': [ _common.RspHead(), - ['property_chg', [_common.PropertyChg()], '信息变更'] + ['property_chg', _common.PropertyChg(), '信息变更'] ] },{ 'name': 'useChip', @@ -61,7 +61,7 @@ class ChipPage(object): 'response': [ _common.RspHead(), ['!data', [_common.ChipPage()], '页信息'], - ['property_chg', [_common.PropertyChg()], '信息变更'] + ['property_chg', _common.PropertyChg(), '信息变更'] ] }, ]