1
This commit is contained in:
parent
25b80fb51f
commit
fc4a91d6d5
@ -12,7 +12,7 @@ class RspHead(object):
|
|||||||
|
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
self.fields = [
|
self.fields = [
|
||||||
['errcode', 0, '错误码/0 成功;1 失败;2余额不足'],
|
['errcode', 0, '错误码/0 成功;1 失败'],
|
||||||
['errmsg', '', '错误描述'],
|
['errmsg', '', '错误描述'],
|
||||||
]
|
]
|
||||||
for (key, value) in kwargs.items():
|
for (key, value) in kwargs.items():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user