源码动力微信接口

通过API接口调用和回调操控微信


消息内容下载完成

<pre><code>{ "cmd":10004, "device":"6bd40279cdf418b9671c115446558167", "appId":2, "request":{ "cmd"[int]:1000406, "msgSvrId": "23423432", "hd": 1, "username": "xxxx", "status": 0, "msg": { } } }</code></pre> <p>msg:具体的消息对象,参考WxMessageBean</p> <p><strong>status</strong></p> <pre><code> static constexpr const int GET_MESSAGE_STATUS_SUCESS = 0; static constexpr const int GET_MESSAGE_STATUS_DOWNLOAD_ERROR = 1; // 下载失败 static constexpr const int GET_MESSAGE_STATUS_DOWNLOAD_CANCELED = 2; // 下载被取消 static constexpr const int GET_MESSAGE_STATUS_UPLOAD_ERROR = 3; // 上传错误 static constexpr const int GET_MESSAGE_STATUS_MSG_INFO_WRONG = 4; // 消息信息不足</code></pre>

页面列表

ITEM_HTML