Keyword: WeChat API Introduction Message and General
Author: PondBay Studio[WeChat Developer EXPERT]
Address: http://www.cnblogs.com/txw1958/p/wechat-api-introduce.html
WeChat Official Account Admin Platform provides 2 API interfaces, Message and General.
With the Push Message API, incoming messages will be posted to your server via HTTP request to the URL you provide. Your server can reply to the message by sending a response as decribed in these documents.
With the General API, your app will be assigned a unique AppID and AppSecret, which can be used to perform actions like grabbing user data or sending rich-media messages.
本文介绍了微信公众号提供的两种API接口:消息接口与通用接口。消息接口通过HTTP请求将接收到的消息推送到开发者指定的服务器地址,并允许服务器以特定格式回复消息。通用接口为应用分配唯一的AppID和AppSecret,用于获取用户数据或发送富媒体消息等操作。
2699

被折叠的 条评论
为什么被折叠?



