申请记录详情
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/appoint/detail</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET <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>
<td style="text-align: left;">appoint_id</td>
<td style="text-align: left;">require</td>
<td style="text-align: left;">int</td>
<td>预约记录列表id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code>{
    &quot;msg&quot;: &quot;请求成功&quot;,
    &quot;data&quot;: {
        &quot;pay_closed_datetime&quot;:null,//支付超时时间
        &quot;closed_type&quot;:0,//取消状态:0=正常 1=用户取消 2=管理端取消 3=系统自动取消(超时)
        &quot;goods_id&quot;: 0,//商品id
        &quot;goods_info&quot;:null,//商品镜像信息 goods_id&gt;0是存在
        &quot;id&quot;: 1514,
        &quot;user_uid&quot;: &quot;05f2ffe675004fc7a79a5a8c6256039e&quot;,
        &quot;real_name&quot;: &quot;张三&quot;,//名字
        &quot;phone&quot;: &quot;13888888888&quot;,//手机号
        &quot;appoint_date&quot;: &quot;2025-04-11&quot;,//预约时间
        &quot;doctor_id&quot;: 3665,
        &quot;doctor_info&quot;: {//医生信息备份 doctor_id&gt;0时存在
            &quot;id&quot;: 3665,
            &quot;icon&quot;: null,
            &quot;intro&quot;: &quot;简洁啊&quot;,
            &quot;title&quot;: &quot;张三&quot;,
            &quot;detail&quot;: &quot;详情啊&quot;,
            &quot;weight&quot;: 1,
            &quot;disease_tag&quot;: [
                {
                    &quot;disease_id&quot;: 3661,
                    &quot;disease_title&quot;: &quot;甲亢&quot;
                }
            ],
            &quot;hospital_id&quot;: 3663,
            &quot;business_time&quot;: &quot;工作日9:00-17:00&quot;,
            &quot;department_id&quot;: 3660,
            &quot;enable_switch&quot;: 1,
            &quot;create_datetime&quot;: &quot;2025-04-06 19:51:07&quot;,
            &quot;update_datetime&quot;: &quot;2025-04-06 19:51:07&quot;,
            &quot;professional_title&quot;: &quot;主任&quot;
        },
        &quot;idcard&quot;: &quot;13888888888&quot;,//身份证
        &quot;condition&quot;: &quot;13888888888&quot;,//情况描述
        &quot;appeal&quot;: &quot;13888888888&quot;,//诉求
        &quot;affiliating_area&quot;: &quot;13888888888&quot;,//患者所在地
        &quot;insure_addr&quot;: &quot;13888888888&quot;,//参保地
        &quot;commercial_insurance&quot;: &quot;13888888888&quot;,//商业保险
        &quot;gender&quot;: &quot;13888888888&quot;,//性别
        &quot;audit_progress&quot;: 0,//审核进度:0=待审核,1=通过,2=拒绝
        &quot;reject_reason&quot;: &quot;&quot;,//拒绝原因
        &quot;audit_memo&quot;: &quot;&quot;,//审核备注
        &quot;audit_datetime&quot;: &quot;2025-04-07 17:54:57&quot;,//审核时间
        &quot;order_no&quot;: &quot;&quot;,//订单号
        &quot;total_price&quot;: 0,//支付总价 分
        &quot;schedule_status&quot;: 0,//订单状态:1000=已下单,2000=已支付(前端回调),3000=已到账(异步回调),4000=已完成
        &quot;mode_type&quot;: 0,//订单支付方式:1000=移动端扫码(navicat),2000=小程序,3000=公众号,4000=站内支付
        &quot;unify_result_data&quot;: null,
        &quot;pay_result_data&quot;: null,
        &quot;create_datetime&quot;: &quot;2025-04-07 17:54:57&quot;,
        &quot;update_datetime&quot;: &quot;2025-04-07 17:59:19&quot;
    },
    &quot;code&quot;: 0
}</code></pre>