1
This commit is contained in:
parent
9346a5f558
commit
6ade0c4307
@ -19,4 +19,18 @@ class Season(object):
|
|||||||
['info', _common.Season(), '赛季信息'],
|
['info', _common.Season(), '赛季信息'],
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'name': 'getMissionReward',
|
||||||
|
'desc': '获取赛季任务奖励',
|
||||||
|
'group': 'Season',
|
||||||
|
'url': 'webapp/index.php?c=Season&a=getMissionReward',
|
||||||
|
'params': [
|
||||||
|
_common.ReqHead(),
|
||||||
|
],
|
||||||
|
'response': [
|
||||||
|
_common.RspHead(),
|
||||||
|
['award', _common.Award(), '奖励信息'],
|
||||||
|
['property_chg', _common.PropertyChg(), '属性变更'],
|
||||||
|
]
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
@ -214,5 +214,6 @@ class Season(object):
|
|||||||
['rank', 0, '段位'],
|
['rank', 0, '段位'],
|
||||||
['score', 0, '积分'],
|
['score', 0, '积分'],
|
||||||
['max_score', 0, '积分上限'],
|
['max_score', 0, '积分上限'],
|
||||||
|
['noshow_score_bar', 0, '不要显示积分条界面(xx/xx)'],
|
||||||
['mission', SeasonMission(), '赛季任务'],
|
['mission', SeasonMission(), '赛季任务'],
|
||||||
]
|
]
|
||||||
|
@ -28,4 +28,9 @@ class BagController extends BaseAuthedController {
|
|||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function useItem()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -13,4 +13,8 @@ class SeasonController extends BaseAuthedController {
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getMissionReward()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user