This commit is contained in:
aozhiwei 2019-07-04 15:37:17 +08:00
parent 2b613c607b
commit 30bb3449e4

View File

@ -321,7 +321,7 @@ class KefuController {
$this->sendKefuMsg($accountid, array(
"touser" => $msg['FromUserName'],
"msgtype" => "text",
"text" => array("content" => "您好,有什么能帮助你? \n回复指定文字领取奖励。 ")
"text" => array("content" => "您好,有什么能帮助你? \n ")
));
}
}