1
This commit is contained in:
parent
237204ca74
commit
bf5823f75f
@ -31,7 +31,7 @@ class ChipPage(object):
|
|||||||
],
|
],
|
||||||
'response': [
|
'response': [
|
||||||
_common.RspHead(),
|
_common.RspHead(),
|
||||||
['property_chg', [_common.PropertyChg()], '信息变更']
|
['property_chg', _common.PropertyChg(), '信息变更']
|
||||||
]
|
]
|
||||||
},{
|
},{
|
||||||
'name': 'useChip',
|
'name': 'useChip',
|
||||||
@ -61,7 +61,7 @@ class ChipPage(object):
|
|||||||
'response': [
|
'response': [
|
||||||
_common.RspHead(),
|
_common.RspHead(),
|
||||||
['!data', [_common.ChipPage()], '页信息'],
|
['!data', [_common.ChipPage()], '页信息'],
|
||||||
['property_chg', [_common.PropertyChg()], '信息变更']
|
['property_chg', _common.PropertyChg(), '信息变更']
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user