diff --git a/webapp/controller/KefuController.class.php b/webapp/controller/KefuController.class.php index 7d5a832..fb8e4b0 100644 --- a/webapp/controller/KefuController.class.php +++ b/webapp/controller/KefuController.class.php @@ -349,7 +349,7 @@ class KefuController { $this->sendKefuMsg($accountid, array ( "touser" => $openid, "msgtype" => "text", - "text" => array ("content" => "一天内只能领取一次奖励!\n请明天再来!") + "text" => array ("content" => "一天内只能领取一次奖励!\n请明天再来!"), )); return; } @@ -366,7 +366,7 @@ class KefuController { $this->sendKefuMsg($accountid, array ( "touser" => $openid, "msgtype" => "text", - "text" => array ("content" => '奖励领取成功,请查收邮件!') + "text" => array ("content" => '奖励已发放,请返回游戏领取!') )); } }