微擎客服消息发送的函数
// $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);

相关文章:

  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2021-12-25
猜你喜欢
  • 2022-12-23
  • 2021-11-08
  • 2022-12-23
  • 2021-12-05
  • 2021-11-28
  • 2021-10-19
相关资源
相似解决方案