1
This commit is contained in:
parent
a2cb2bbc06
commit
48d8d96970
@ -5,6 +5,23 @@ import _common
|
|||||||
class Market(object):
|
class Market(object):
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
self.internalApis = [
|
||||||
|
{
|
||||||
|
'name': 'tokenAuth',
|
||||||
|
'desc': 'tokenAuth',
|
||||||
|
'group': 'Market',
|
||||||
|
'url': 'webapp/index.php?c=Market&a=tokenAuth',
|
||||||
|
'params': [
|
||||||
|
['account', '', '钱包账号'],
|
||||||
|
['token', '', 'token'],
|
||||||
|
['net_id', '', '网络id'],
|
||||||
|
],
|
||||||
|
'response': [
|
||||||
|
_common.RspHead(),
|
||||||
|
['account', '', 'account'],
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
self.apis = [
|
self.apis = [
|
||||||
{
|
{
|
||||||
'name': 'getNonce',
|
'name': 'getNonce',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user