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