This commit is contained in:
wangwei01 2019-05-30 17:16:08 +08:00
parent c555df538b
commit 4d8f32f0a4

View File

@ -339,6 +339,10 @@ class RoleController{
$quest = new classes\Quest();
$quest->triggerQuest(QUEST_DAY_SHARE, 1, 1, $account_id);
$quest->triggerQuest(QUEST_SUM_SHARE, 2, 1, $account_id);
echo json_encode(array(
'errcode' => 0,
'errmsg' => '',
));
}
public function historyInfo()