调用流程
<ol>
<li>首先联系客服人员,创建任务并获取到 taskId</li>
<li>通过 taskId,调用[邀请签约](<a href="https://www.showdoc.com.cn/kycloudopen/11200154303723661">https://www.showdoc.com.cn/kycloudopen/11200154303723661</a> "邀请签约")接口,生成手机号对应的用户,返回生成的 userId</li>
<li>通过 userId,调用[查询实名认证信息(身份信息二要素)](<a href="https://www.showdoc.com.cn/kycloudopen/11200220730543646">https://www.showdoc.com.cn/kycloudopen/11200220730543646</a> "查询实名认证信息(身份信息二要素)")接口,如果查询到用户未实名,需要调用[实名认证(身份信息二要素)](<a href="https://www.showdoc.com.cn/kycloudopen/11200197914315462">https://www.showdoc.com.cn/kycloudopen/11200197914315462</a> "实名认证(身份信息二要素)")接口,进行实名认证</li>
<li>根据获取到的 userId 和 taskId,调用[发起签约](<a href="https://www.showdoc.com.cn/kycloudopen/11200160088126100">https://www.showdoc.com.cn/kycloudopen/11200160088126100</a> "发起签约")接口,完成用户签约,后续调用[查询签约信息](<a href="https://www.showdoc.com.cn/kycloudopen/11200179216429222">https://www.showdoc.com.cn/kycloudopen/11200179216429222</a> "查询签约信息")接口可以查询到详细的签约信息</li>
</ol>