1
This commit is contained in:
parent
0b0ea48a74
commit
d124924beb
@ -80,6 +80,7 @@ class KefuController {
|
|||||||
$url = 'https://gamemail.kingsome.cn/webapp/index.php?';
|
$url = 'https://gamemail.kingsome.cn/webapp/index.php?';
|
||||||
}
|
}
|
||||||
$attachments = '';
|
$attachments = '';
|
||||||
|
error_log(time());
|
||||||
foreach ($config as $attachment) {
|
foreach ($config as $attachment) {
|
||||||
$attachments .= $attachment['item_id'] . ':' . $attachment['count'] . ';';
|
$attachments .= $attachment['item_id'] . ':' . $attachment['count'] . ';';
|
||||||
}
|
}
|
||||||
@ -333,7 +334,7 @@ class KefuController {
|
|||||||
$this->sendKefuMsg($accountid, array(
|
$this->sendKefuMsg($accountid, array(
|
||||||
"touser" => $msg['FromUserName'],
|
"touser" => $msg['FromUserName'],
|
||||||
"msgtype" => "text",
|
"msgtype" => "text",
|
||||||
"text" => array("content" => "您好,有什么能帮助你? \n ")
|
//"text" => array("content" => "您好,有什么能帮助你? \n ")
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user