From b8949f0b9a691562a469f7a5a77a275124677000 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 1 Apr 2020 15:37:02 +0800 Subject: [PATCH] 1 --- webapp/controller/KefuController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" => '奖励已发放,请返回游戏领取!') )); } }