视频医生跳转配置
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/video-doctor/connect</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST <code>AUTH</code></li>
</ul>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">校验规则</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
</tr>
</tbody>
</table>
<p><strong>返回样例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;request_params&quot;: {//请求时用户信息
&quot;cardNo&quot;: &quot;20241115182526000260&quot;,
&quot;cardPwd&quot;: &quot;11CiMByB&quot;,
&quot;phone&quot;: &quot;18329046271&quot;,
&quot;name&quot;: &quot;夏&quot;,
&quot;idcard&quot;: &quot;330304199407121212&quot;,
&quot;sex&quot;: &quot;男&quot;
},
&quot;skip&quot;: {//跳转所需信息
&quot;appid&quot;: &quot;wx65749e9321b23f6c&quot;,
&quot;usertoken&quot;: &quot;3F29CDDD00E8E0F93E025170BBE86A023F0D04F68EA2608F6783B874E4F50EEF&quot;,
&quot;path&quot;: &quot;pages/newIndex/newIndex?subDomain=mp&amp;dept=600002&amp;sdkProductId=10228&amp;userToken=3F29CDDD00E8E0F93E025170BBE86A023F0D04F68EA2608F6783B874E4F50EEF&amp;profileName=test&amp;openId=zjhy2024110901&quot;,
&quot;h5RedirectUrl&quot;: &quot;https://wmp.hh-medic.com/wmp/launch?sdkProductId=10228&amp;userToken=3F29CDDD00E8E0F93E025170BBE86A023F0D04F68EA2608F6783B874E4F50EEF&amp;profileName=test&quot;,
&quot;userid&quot;: &quot;sig1jcm4&quot;
}
},
&quot;code&quot;: 0
}</code></pre>