小程序和公众号消息统一消息发送
话不多说直接上代码 我这里做的小程序的消息推送 小程序绑定的微信服务号 通过服务号的消息模板给小程序和服务号推送消息
欢迎大家的指导意见
这个链接是微信的官方文档可以参阅 就是 错误码有点少了
https://developers.weixin.qq.com/miniprogram/dev/api/sendUniformMessage.html
$url = 'https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=appid&secret=secret';
$access_token = curl_get($url);
$res = json_decode($access_token['access_token']);//这里有错误 大家改下 这里是json串不是数组
$temp = json_encode(getTemp());
//微信小程序