vworkApi


删除好友通知

<p><strong>简要描述:</strong></p> <ul> <li>删除好友通知【需要自己开一个HTTP服务,DLL会主动请求你,并把消息内容推送到约定接口】</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://127.0.0.1:9000/msg</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST</li> </ul> <p><strong>消息示例:</strong></p> <pre><code class="language-json">{ &amp;quot;type&amp;quot;: 201, //推送类型,固定为201 &amp;quot;del_type&amp;quot;: 0, //删除类型 0:别人删我 1:我删别人 &amp;quot;user_id&amp;quot;: &amp;quot;78813000000&amp;quot;, //用户ID &amp;quot;corp_id&amp;quot;: &amp;quot;19703000000&amp;quot;, //公司ID &amp;quot;nick_name&amp;quot;: &amp;quot;三水君&amp;quot;, //昵称 &amp;quot;avatar_url&amp;quot;: &amp;quot;http://wx.qlogo.cn/mmhead/xxx/0&amp;quot;, //头像地址 &amp;quot;sex&amp;quot;: 1, //性别 &amp;quot;self_user_id&amp;quot;: &amp;quot;16888000000&amp;quot;, //自己的用户ID &amp;quot;port&amp;quot;: 8989 //DLL的端口号 }</code></pre>

页面列表

ITEM_HTML