云真机

API接口文档


创建/编辑群标签

<h5>简要描述</h5> <ul> <li>创建/编辑群标签</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://oapi-yzj.miaokol.com/room/tagSave</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</li> </ul> <h5>请求参数</h5> <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;group_id&amp;quot;:1, &amp;quot;tag_name&amp;quot;:&amp;quot;青年&amp;quot;, &amp;quot;tag_id&amp;quot;:23 }</code></pre> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th style="text-align: left;">说明</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 style="text-align: left;">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 style="text-align: left;">Access Token</td> </tr> <tr> <td style="text-align: left;">group_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td style="text-align: left;">分组ID</td> </tr> <tr> <td style="text-align: left;">tag_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td style="text-align: left;">创建时传0</td> </tr> <tr> <td style="text-align: left;">tag_name</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td style="text-align: left;">标签名称</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>POST /room/tagSave 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;group_id&amp;quot;:1, &amp;quot;tag_id&amp;quot;:23, &amp;quot;tag_name&amp;quot;:&amp;quot;青少年&amp;quot; } </code></pre> <h5>响应示例</h5> <pre><code>HTTP/1.1 200 OK Content-Type: application/json; charset=UTF-8 {     &amp;quot;data&amp;quot;:null,     &amp;quot;errcode&amp;quot;:0 } </code></pre> <h5>响应说明</h5> <ul> <li>data类型为数组,数组项格式说明如下</li> </ul> <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