云真机

API接口文档


屏蔽/取消屏蔽聊天对象

<h5>简要描述</h5> <ul> <li>屏蔽/取消屏蔽聊天对象</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://oapi-yzj.miaokol.com/wechat/setChatConfig</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>请求参数</h5> <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;">rel_wxid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>企微号微信ID</td> </tr> <tr> <td style="text-align: left;">chat_wxid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>聊天对象(群、客户)微信ID,示例: chat_wxid=7xxx、chat_wxid=R:xxx</td> </tr> <tr> <td style="text-align: left;">action</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>动作类型:屏蔽(mute)、取消屏蔽(unmute)</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>POST /wechat/setChatConfig 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;rel_wxid&amp;quot;:&amp;quot;xxx&amp;quot;, &amp;quot;chat_wxid&amp;quot;:&amp;quot;xxx&amp;quot;, &amp;quot;action&amp;quot;:&amp;quot;mute&amp;quot; } </code></pre> <h5>响应示例</h5> <pre><code>HTTP/1.1 200 OK Content-Type: application/json; charset=UTF-8 {     &amp;quot;errcode&amp;quot;:0 } </code></pre>

页面列表

ITEM_HTML