是否是新用户
<h5>简要描述</h5>
<ul>
<li>104012中用户是否存在是否是新用户的请求</li>
</ul>
<h5>操作码</h5>
<ul>
<li>9100</li>
</ul>
<h5>请求说明</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>type</td>
<td>是</td>
<td>int</td>
<td>类型</td>
</tr>
<tr>
<td>pc</td>
<td>是</td>
<td>string</td>
<td>计算机名</td>
</tr>
<tr>
<td>port</td>
<td>是</td>
<td>string</td>
<td>消息序列推送端口</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code> {&quot;data&quot;:{
&quot;appinfo&quot;:&quot;6392164423311231147&quot;,
&quot;content&quot;:&quot;1&quot;,
&quot;conversation_id&quot;:&quot;S:1688855334638692_7881300045900699&quot;,
&quot;flag&quot;:16777216,
&quot;forward&quot;:&quot;0A07080012030A0131&quot;,
&quot;is_room&quot;:0,
&quot;msg_id&quot;:1007317,
&quot;msgtype&quot;:2,
&quot;quote_content&quot;:{
&quot;avatar_url&quot;:&quot;&quot;,
&quot;contenttype&quot;:0,
&quot;conv_type&quot;:0,
&quot;conversation_id&quot;:0,
&quot;is_receipt&quot;:false,
&quot;name&quot;:&quot;&quot;,
&quot;ref_appinfo&quot;:&quot;&quot;,
&quot;time&quot;:&quot;0&quot;, &quot;uin&quot;:&quot;0&quot;
},
&quot;readuinscount&quot;:0,
&quot;receiver&quot;:&quot;1688855334638692&quot;,
&quot;referid&quot;:0,
&quot;send_time&quot;:1724180774,
&quot;sender&quot;:&quot;7881300045900699&quot;,
&quot;sender_name&quot;:&quot;超级无聊&quot;,
&quot;server_id&quot;:9728321
},
&quot;errcode&quot;:0,
&quot;errmsg&quot;:&quot;ok&quot;,
&quot;type&quot;:9100,
&quot;clientId&quot;:1,
&quot;pc&quot;:&quot;WIN-IO41847KTTJ&quot;
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;:200,
&quot;isold&quot;:1//或者0
}</code></pre>
<h5>备注</h5>
<ul>
<li>
</li>
</ul>