微擎客服消息发送的函数

mac2026-01-29  2

微擎客服消息发送的函数
// $this->sendCustomNotices($openid, 'content text', 公众号ID) $custom = array( 'msgtype' => 'text', 'text' => array('content' => urlencode('欢迎您再次订购!')), 'touser' => 'oPUOlw7yvucjUrZhzG6gd8VdILa4', ); $account_api = WeAccount::create(); $result = $account_api->sendCustomNotice($custom); print_r($result);
最新回复(0)