This commit is contained in:
hujiabin 2024-07-29 15:40:22 +08:00
parent 237204ca74
commit bf5823f75f

View File

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