From d124924beb4ed334d144a330134b5ce3bcd1872f Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 5 Jul 2019 10:57:35 +0800 Subject: [PATCH] 1 --- webapp/controller/KefuController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/controller/KefuController.class.php b/webapp/controller/KefuController.class.php index e0ee4e0..48748d6 100644 --- a/webapp/controller/KefuController.class.php +++ b/webapp/controller/KefuController.class.php @@ -80,6 +80,7 @@ class KefuController { $url = 'https://gamemail.kingsome.cn/webapp/index.php?'; } $attachments = ''; + error_log(time()); foreach ($config as $attachment) { $attachments .= $attachment['item_id'] . ':' . $attachment['count'] . ';'; } @@ -333,7 +334,7 @@ class KefuController { $this->sendKefuMsg($accountid, array( "touser" => $msg['FromUserName'], "msgtype" => "text", - "text" => array("content" => "您好,有什么能帮助你? \n ") + //"text" => array("content" => "您好,有什么能帮助你? \n ") )); } }