1
This commit is contained in:
parent
1f0d7a97bf
commit
d6ac28ddb6
@ -71,6 +71,21 @@ class Mission(object):
|
||||
['mission_chg', _common.Mission(), '任务的最新信息(可能为null客户端需要做容错处理)'],
|
||||
]
|
||||
},
|
||||
{
|
||||
'name': 'offerRewardMissionPreview',
|
||||
'desc': '悬赏任务奖励预览',
|
||||
'group': 'Mission',
|
||||
'url': 'webapp/index.php?c=Mission&a=boostOfferRewardMission',
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
['mission_id', 0, '任务id'],
|
||||
['objects', '', '悬赏任务对象列表type:id|']
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['ceg_num', 0, 'ceg数量'],
|
||||
]
|
||||
},
|
||||
{
|
||||
'name': 'commitMission',
|
||||
'desc': '提交任务(领取奖励)',
|
||||
|
@ -348,6 +348,7 @@ class Mission(object):
|
||||
],
|
||||
'悬赏任务对象列表'],
|
||||
['lefttime', 0, '剩余时间(悬赏任务)'],
|
||||
['ceg_num', 0, '奖励ceg数量(悬赏任务)'],
|
||||
]
|
||||
|
||||
class SeasonCardGiftPackage(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user