wyzs

微信开发者通过接口给粉丝发送消息:

URL链接:

https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=ACCESS_TOKEN

参数:

{

  \'touser\' : openid.

  \'msgtype\' : text

  \'text\' : {

    \'content\' => message

  }

}

通过这个可以封装好消息去通知用户。

分类:

技术点:

相关文章:

  • 2021-12-12
  • 2021-05-20
  • 2022-01-05
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
猜你喜欢
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2021-12-05
  • 2021-06-08
  • 2022-12-23
相关资源
相似解决方案