1
This commit is contained in:
parent
d7cc02dc40
commit
e2314821f4
@ -354,6 +354,23 @@ class AAMarket(object):
|
||||
], '数据'],
|
||||
]
|
||||
},
|
||||
{
|
||||
'method': 'GET',
|
||||
'name': '/api/activity/bitget/mission/newuser/progress',
|
||||
'desc': 'bitget活动-新用户任务进度',
|
||||
'group': '!AAMarket',
|
||||
'url': '/api/activity/bitget/mission/newuser/progress',
|
||||
'params': [
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['!missions', [
|
||||
['mission_id', 0, '1:玩游戏次数'],
|
||||
['current', 0, '当前进度'],
|
||||
['target', 0, '任务目标'],
|
||||
], '任务列表'],
|
||||
]
|
||||
},
|
||||
{
|
||||
'method': 'GET',
|
||||
'name': '/api/chain/txhash/:net_id/:txhash',
|
||||
|
Loading…
x
Reference in New Issue
Block a user