This commit is contained in:
aozhiwei 2019-07-05 10:57:35 +08:00
parent 0b0ea48a74
commit d124924beb

View File

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