php微信小程序发送消息

微信小程序如何发送消息

首先生成token

`https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=wx*********83&secret=336c1d3*******03de3d5a`

获取access_token发送

`https://api.weixin.qq.com/cgi-bin/message/subscribe/send?access_token=68_P-1q523A2qFz6BaLvpc6RiS9t0cKTpf7MVFiHGlGMuDU7F9xCXq*****fw4E2mh3XWYny6vJrZwd8g1JqJpSnUATQC4wIKGeABALNJ`

传参

```
{
"access_token": "68_P-1q523A2qFz6BaLvpc6RiS9t0cKTpf7MVFiHGlGMuDU7F9xCXq*****fw4E2mh3XWYny6vJrZwd8g1JqJpSnUATQC4wIKGeABALNJ",
"touser": "oPai74rpEH7_TxwE33hyEfcfg208",
"template_id": "WS4u0ojYTqiLCf-HTxKI6NKzfQSjfCPzppAC7Z-WkWo",
"page": "index",
"data": {
"number2": {
"value": "1"
},
"thing4": {
"value": "订餐截至时间提醒"
},
"thing5": {
"value": "2019-12-13 17:30:00"
}
}}
```

    A+
发布日期:2023年04月28日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: