标签:
微信开发者通过接口给粉丝发送消息:
URL链接:
https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=ACCESS_TOKEN
参数:
{
‘touser‘ : openid.
‘msgtype‘ : text
‘text‘ : {
‘content‘ => message
}
}
通过这个可以封装好消息去通知用户。
标签:
原文地址:http://www.cnblogs.com/wyzs/p/5435859.html