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(), '信息变更'] ] }, ]