服务单记录
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/service/bill/record</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;">page_num</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>页码</td>
</tr>
<tr>
<td style="text-align: left;">limit_size</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>每页记录数</td>
</tr>
<tr>
<td style="text-align: left;">service_id</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>服务类id</td>
</tr>
<tr>
<td style="text-align: left;">apply_archive_id</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>家庭档案id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;total&quot;: 19,
&quot;per_page&quot;: 1,
&quot;current_page&quot;: 1,
&quot;last_page&quot;: 19,
&quot;data&quot;: [
{
&quot;id&quot;: 1517,
&quot;user_uid&quot;: &quot;b449c270dc3745ca9644d309dac5bd51&quot;,
&quot;order_no&quot;: &quot;250105417100001&quot;,
&quot;service_id&quot;: 70,
&quot;service_info&quot;: {//服务信息
&quot;id&quot;: 70,
&quot;title&quot;: &quot;专家病情解读(专科专家)&quot;,
&quot;detail&quot;: &quot;&quot;,
&quot;sort_id&quot;: 49,
&quot;unit_type&quot;: 1,
&quot;sale_price&quot;: 39900,
&quot;cover_image&quot;: &quot;&quot;,
&quot;online_switch&quot;: 1,
&quot;create_datetime&quot;: &quot;2025-01-01 13:50:31&quot;,
&quot;update_datetime&quot;: &quot;2025-01-04 21:21:19&quot;,
&quot;list_show_switch&quot;: 1,
&quot;unit_type_payload&quot;: 1,
&quot;member_buy_max_qty&quot;: 0,
&quot;member_buy_min_qty&quot;: 0,
&quot;member_show_switch&quot;: 1,
&quot;member_select_switch&quot;: 0
},
&quot;service_sale_price&quot;: 39900,
&quot;apply_switch&quot;: 0,//使用申请:0=否 1=是
&quot;apply_assign_date&quot;: null,
&quot;apply_real_name&quot;: &quot;&quot;,
&quot;apply_phone&quot;: null,
&quot;apply_archive_id&quot;: 0,
&quot;finish_switch&quot;: 0,//完结:0=否 1=是
&quot;finish_result_data&quot;: null,
&quot;finish_datetime&quot;: null,
&quot;create_datetime&quot;: &quot;2025-01-05 11:35:10&quot;,
&quot;update_datetime&quot;: &quot;2025-01-05 11:35:10&quot;,
&quot;take_service_charge_switch&quot;: 1
}
]
},
&quot;code&quot;: 0
}</code></pre>