入门指引
<h1>1. 概述</h1>
<p>智域管家.云真机api是智域管家.云真机提供的对外开放的能力,可应用于第三方使用智域管家.云真机的功能和数据获取。API功能是<font color="red">付费服务</font>,使用前请联系客服或者对接的商务经理开通权限。
<font color="red">*<em>注意:
1、此处智域管家.云真机的数据与企业微信官方API获取到的数据字段不互通,注意不要使用企业微信官方API获取到的数据请求本文档中的接口,否则不能得到预期结果。
</em>2、使用智域管家.云真机功能的基础:需要用户把企微号登录到智域管家.云真机,并且保持在线状态,只有这样才能保证数据正常同步、功能正常使用。
**</font></p>
<h1>2. 使用流程</h1>
<h3>第一步: 开通使用权限</h3>
<p>联系客服或客户经理开API订单。</p>
<h3>第二步: 搭建数据接收web服务器</h3>
<p>智域管家.云真机会通过http方式进行数据推送,推送没有重试机制,所有请求只推送一次,开发方需做好数据保存机制。</p>
<h3>第三步: 配置白名单、回调地址,获取调用参数</h3>
<h5> 1. 登录访问API配置页面:<a href="<a href="https://yzj.miaokol.com/setting/api">https://yzj.miaokol.com/setting/api</a>">https://yzj.miaokol.com/setting/api">https://yzj.miaokol.com/setting/api</a></a>;</h5>
<h5> 2. 配置IP白名单和回调地址。如果想关闭“白名单验证”,请在白名单列表中填星号“*”。</h5>
<h5> 3. 点击“查看”,获取后续使用API功能所需要的相关配置参数(AppID、AppSecret、EncodingAESKey)。</h5>
<p><font color="red">注意:关于测试回调地址和回调地址的区别:配置了测试回调的企微号接收到的消息和事件都走测试回调地址;其他消息和事件走回调地址。如果对此无要求,可以不配置测试企微号和测试回调地址。</font></p>
<h3>第四步:业务逻辑开发:</h3>
<h5>1. 开发回调地址接收数据,请参考回调地址接收数据指南:<br><a href="<a href="https://www.showdoc.com.cn/yunzhenji/11490692518660567">https://www.showdoc.com.cn/yunzhenji/11490692518660567</a>">https://www.showdoc.com.cn/yunzhenji/11490692518660567">https://www.showdoc.com.cn/yunzhenji/11490692518660567</a></a>;</h5>
<h5>2. 主动发送消息、发群公告、下发指令、拉取数据,请参考接口能力指南:<br><a href="<a href="https://www.showdoc.com.cn/yunzhenji/11490694073951972">https://www.showdoc.com.cn/yunzhenji/11490694073951972</a>">https://www.showdoc.com.cn/yunzhenji/11490694073951972">https://www.showdoc.com.cn/yunzhenji/11490694073951972</a></a>;</h5>
<h3>第五步:web端扫码登录企微号,监听数据推送,进行功能调试</h3>
<p>企微号登录地址:<a href="https://yzj.miaokol.com/setting/wechat">https://yzj.miaokol.com/setting/wechat</a></p>
<p><br/></p>