(对外)橙医第三方对接

橙医健康第三放系统对接


服务订单回调

<p><strong>请求URL由第三方提供:</strong> </p> <p>橙医回调第三方接口,即当第三方向橙医提交数据后,橙医会异步的操作订单状态,订单的状态同步会通过回调第三方提供的接口,将数据状态同步给第三方。</p> <p><strong>数据字段如下:</strong></p> <pre><code>{ &amp;quot;outOrderNo&amp;quot;: &amp;quot;外部订单号&amp;quot;, &amp;quot;serviceOrderNo&amp;quot;: &amp;quot;服务单号&amp;quot;, &amp;quot;cardNo&amp;quot;: &amp;quot;用户卡号&amp;quot;, &amp;quot;hospital&amp;quot;: &amp;quot;医院&amp;quot;, &amp;quot;department&amp;quot;: &amp;quot;科室&amp;quot;, &amp;quot;expectedAt&amp;quot;: &amp;quot;预约时间(0000-00-00)&amp;quot;, &amp;quot;remark&amp;quot;: &amp;quot;备注&amp;quot;, &amp;quot;status&amp;quot;: &amp;quot;预约单状态code&amp;quot;, &amp;quot;statusCn&amp;quot;: &amp;quot;预约单状态中文显示&amp;quot;, &amp;quot;fullname&amp;quot;: &amp;quot;预约使用人&amp;quot;, &amp;quot;symptom&amp;quot;: &amp;quot;symptom&amp;quot;, &amp;quot;demand&amp;quot;: &amp;quot;demand&amp;quot;, &amp;quot;age&amp;quot;: 0, &amp;quot;sex&amp;quot;: 0, &amp;quot;goodsCategoryName&amp;quot;: &amp;quot;服务类型&amp;quot;, &amp;quot;event&amp;quot;: { &amp;quot;code&amp;quot;: 11111, &amp;quot;name&amp;quot;: &amp;quot;事件名称&amp;quot; } }</code></pre> <ol> <li>status 状态码</li> </ol> <table> <thead> <tr> <th>状态码</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>待处理</td> </tr> <tr> <td>2</td> <td>处理中</td> </tr> <tr> <td>3</td> <td>处理完成 (已完结)</td> </tr> <tr> <td>5</td> <td>已取消 (已完结)</td> </tr> <tr> <td>9</td> <td>处理失败 (已完结)</td> </tr> </tbody> </table> <ol> <li>event 事件说明</li> </ol> <table> <thead> <tr> <th>事件</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>10012001</td> <td>新建待处理</td> </tr> <tr> <td>10012002</td> <td>待陪诊师确认</td> </tr> <tr> <td>10012003</td> <td>陪诊师确认派单</td> </tr> <tr> <td>10012004</td> <td>已完成</td> </tr> <tr> <td>10012005</td> <td>客户取消</td> </tr> </tbody> </table>

页面列表

ITEM_HTML