diff --git a/webapp/controller/RoleController.class.php b/webapp/controller/RoleController.class.php index b7e89c6..0c0a8d4 100644 --- a/webapp/controller/RoleController.class.php +++ b/webapp/controller/RoleController.class.php @@ -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()