1
This commit is contained in:
parent
104209acff
commit
bf4bda15b3
@ -96,7 +96,7 @@ class MissionController extends BaseAuthedController {
|
|||||||
$specMissionDto['state'] == Mission::RECEIVEABLE_STATE;
|
$specMissionDto['state'] == Mission::RECEIVEABLE_STATE;
|
||||||
}
|
}
|
||||||
$this->_rspData(array(
|
$this->_rspData(array(
|
||||||
'current_active_value' => $this->_getV(TN_ACTIVE, 0),
|
'current_active_value' => $this->_getV(TN_DAILY_ACTIVE, 0),
|
||||||
'max_active_value' => mt\Parameter::getVal('max_activity', 0),
|
'max_active_value' => mt\Parameter::getVal('max_activity', 0),
|
||||||
'mission_list1' => $missionDtoList1,
|
'mission_list1' => $missionDtoList1,
|
||||||
'mission_list2' => $missionDtoList2
|
'mission_list2' => $missionDtoList2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user