From 4d8f32f0a4cf45d358618eaf6080ed8e51df8509 Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Thu, 30 May 2019 17:16:08 +0800 Subject: [PATCH] 1 --- webapp/controller/RoleController.class.php | 4 ++++ 1 file changed, 4 insertions(+) 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()