云真机

API接口文档


下线企微号

<h5>简要描述</h5> <ul> <li>下线企微号</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://oapi-yzj.miaokol.com/wechat/logout</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>请求参数</h5> <ul> <li>请求数据结构 <pre><code>{ &amp;quot;app_id&amp;quot;:&amp;quot;xxxx&amp;quot;, &amp;quot;access_token&amp;quot;:&amp;quot;xxxx&amp;quot;, &amp;quot;wxid&amp;quot;:&amp;quot;xxxx&amp;quot;, }</code></pre></li> </ul> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">app_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>APP ID</td> </tr> <tr> <td style="text-align: left;">access_token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>Access Token</td> </tr> <tr> <td style="text-align: left;">wxid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>企微号wxid</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>POST /wechat/logout HTTP/1.1 Host:oapi-yzj.miaokol.com Content-Type: application/json; charset=UTF-8 { &amp;quot;app_id&amp;quot;:&amp;quot;xxx&amp;quot;, &amp;quot;access_token&amp;quot;:&amp;quot;xxx&amp;quot;, &amp;quot;wxid&amp;quot;:&amp;quot;xxxx&amp;quot; } </code></pre> <h5>响应示例</h5> <pre><code>HTTP/1.1 200 OK Content-Type: application/json { &amp;quot;data&amp;quot;:null, &amp;quot;errcode&amp;quot;:0 } </code></pre> <h5>响应说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">errcode</td> <td style="text-align: left;">int</td> <td>0下线成功;非0下线失败;</td> </tr> </tbody> </table>

页面列表

ITEM_HTML