This commit is contained in:
aozhiwei 2024-08-13 16:24:10 +08:00
parent d7cc02dc40
commit e2314821f4

View File

@ -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',