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 ") )); } }