设置消息免打扰
<p><strong>请求示例</strong></p>
<pre><code>{
"data" : {
"chat_id" : "10761818063869653",
"is_room" : 1,
"is_shield" : 1,
"request_key" : "AAA"
},
"type" : 5310
}</code></pre>
<pre><code>chat_id: 好友ID 或者 群ID
is_room: 如果是屏蔽群,填1
is_shield:=1表示屏蔽 =0解除屏蔽</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"data" : {
"request_key" : "AAA"
},
"error" : 0,
"type" : 15310
}</code></pre>