1
This commit is contained in:
parent
a7f278c92d
commit
d533bf2084
17
doc/_common.py
Normal file
17
doc/_common.py
Normal file
@ -0,0 +1,17 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
class ReqHead(object):
|
||||
|
||||
def __init__(self):
|
||||
self.params = [
|
||||
['account_id', '', '账号id'],
|
||||
['session_id', '', '会话id'],
|
||||
]
|
||||
|
||||
class RspHead(object):
|
||||
|
||||
def __init__(self):
|
||||
self.fields = [
|
||||
['errcode', 0, '错误码'],
|
||||
['errmsg', '', '错误描述'],
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user