移出群成员
<p>功能: 群踢人
SendCommand请求</p>
<pre><code>{
&quot;data&quot;: [
{
&quot;uid&quot;: &quot;7881299655907111&quot;
},
{
&quot;uid&quot;: &quot;1688855141250111&quot;
},
{
&quot;uid&quot;: &quot;7881299655907222&quot;
}
],
&quot;pid&quot;: 1234,
&quot;noperate&quot;: 1, //拉人0, 踢人 1
&quot;groupid&quot;: &quot;10846249662141111&quot;, //操作群uid
&quot;type&quot;: 19
}</code></pre>
<p>会触发回调函数 OnRecvmsg</p>
<p>回调函数 返回 json</p>
<pre><code>{
&quot;data&quot;:{
&quot;conversation_id&quot;:&quot;R:10792743793810090&quot;,
&quot;data&quot;:&quot;&quot;,
&quot;fromQw&quot;:&quot;1688850475043829&quot;,
&quot;msgtype&quot;:&quot;1003&quot;,
&quot;pid&quot;:19296,
&quot;sender_id&quot;:&quot;1688850475043829&quot;,
&quot;server_id&quot;:&quot;1181317&quot;,
&quot;time&quot;:&quot;1650704719&quot;
},
&quot;type&quot;:1000
}</code></pre>