From 30bb3449e49b2ddc7cbc71fa858e90a6fc88ce63 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 4 Jul 2019 15:37:17 +0800 Subject: [PATCH] 1 --- webapp/controller/KefuController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/KefuController.class.php b/webapp/controller/KefuController.class.php index 4c9a036..e8901d1 100644 --- a/webapp/controller/KefuController.class.php +++ b/webapp/controller/KefuController.class.php @@ -321,7 +321,7 @@ class KefuController { $this->sendKefuMsg($accountid, array( "touser" => $msg['FromUserName'], "msgtype" => "text", - "text" => array("content" => "您好,有什么能帮助你? \n回复指定文字领取奖励。 ") + "text" => array("content" => "您好,有什么能帮助你? \n ") )); } }