vworkApi


网络查询陌生人信息

<p><strong>简要描述:</strong></p> <ul> <li>网络查询陌生人信息</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://127.0.0.1:8989/api</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST</li> </ul> <p><strong>JSON参数:</strong></p> <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;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td style="text-align: left;">消息类型</td> </tr> <tr> <td style="text-align: left;">key</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td style="text-align: left;">手机号/邮箱号</td> </tr> </tbody> </table> <p><strong>发送示例:</strong></p> <pre><code class="language-json">{     &amp;quot;type&amp;quot;: 4008,     &amp;quot;key&amp;quot;: &amp;quot;13800000000&amp;quot; }</code></pre> <p><strong>返回示例:</strong></p> <pre><code class="language-json">{ &amp;quot;data&amp;quot;: { &amp;quot;list&amp;quot;: [ { &amp;quot;avatar_url&amp;quot;: &amp;quot;https://wework.qpic.cn/wwpic3az/xxx/0&amp;quot;, //头像地址 &amp;quot;corp_id&amp;quot;: &amp;quot;197xxx&amp;quot;, //公司ID &amp;quot;item_type&amp;quot;: 1, //微信类型 1:企微 2:个微 &amp;quot;nick_name&amp;quot;: &amp;quot;**君&amp;quot;, //昵称 &amp;quot;openid_or_ticket&amp;quot;: &amp;quot;149Fxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&amp;quot;, //添加为好友时需要用到 &amp;quot;sex&amp;quot;: &amp;quot;1&amp;quot;, //性别 0:未设置 1:男 2:女 &amp;quot;user_id&amp;quot;: &amp;quot;312xxx&amp;quot; //用户ID }, { &amp;quot;avatar_url&amp;quot;: &amp;quot;http://wx.qlogo.cn/mmhead/xxx/0&amp;quot;, //头像地址 &amp;quot;corp_id&amp;quot;: &amp;quot;&amp;quot;, //公司ID &amp;quot;item_type&amp;quot;: 2, //微信类型 1:企微 2:个微 &amp;quot;nick_name&amp;quot;: &amp;quot;三水君&amp;quot;, //昵称 &amp;quot;openid_or_ticket&amp;quot;: &amp;quot;orFxxxxxxxxxxxxxxxxx&amp;quot;, //添加为好友时需要用到 &amp;quot;sex&amp;quot;: &amp;quot;1&amp;quot;, //性别 0:未设置 1:男 2:女 &amp;quot;user_id&amp;quot;: &amp;quot;788xxx&amp;quot; //用户ID } ] }, &amp;quot;errmsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;errno&amp;quot;: 0 }</code></pre>

页面列表

ITEM_HTML