服务类订单列表
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/admin-api/order/service</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</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;">user_uid</td>
<td style="text-align: left;"></td>
<td style="text-align: left;">string</td>
<td>用户唯一值</td>
</tr>
<tr>
<td style="text-align: left;">start_pay_result_datetime</td>
<td style="text-align: left;">date</td>
<td style="text-align: left;">datetime</td>
<td>订单支付开始时间</td>
</tr>
<tr>
<td style="text-align: left;">end_pay_result_datetime</td>
<td style="text-align: left;">date</td>
<td style="text-align: left;">datetime</td>
<td>订单支付结束时间</td>
</tr>
<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>
</tbody>
</table>
<ul>
<li>start_pay_result_datetime与end_pay_result_datetime需同时出现</li>
</ul>
<p><strong>返回样例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;total&quot;: 13,
&quot;per_page&quot;: 1,
&quot;current_page&quot;: 1,
&quot;last_page&quot;: 13,
&quot;data&quot;: [
{
&quot;user_info&quot;: {//订单所属人信息
&quot;id&quot;: 936,
&quot;user_uid&quot;: &quot;b449c270dc3745ca9644d309dac5bd51&quot;,
&quot;official_openid&quot;: &quot;&quot;,
&quot;mini_openid&quot;: &quot;ojot-5ctZQ6QLcsJ-IaxvCOVNoOE&quot;,
&quot;tencent_unionid&quot;: &quot;&quot;,
&quot;real_name&quot;: &quot;夏&quot;,
&quot;profile_photo&quot;: &quot;&quot;,
&quot;phone&quot;: &quot;18329046271&quot;,
&quot;birthday&quot;: &quot;1994-07-11&quot;,
&quot;gender&quot;: 1,
&quot;email&quot;: &quot;489275233@qq.com&quot;,
&quot;id_number&quot;: &quot;330304199407121212&quot;,
&quot;enable_status&quot;: 1,
&quot;create_datetime&quot;: &quot;2024-12-30 15:12:52&quot;,
&quot;update_datetime&quot;: &quot;2024-12-30 15:15:43&quot;,
&quot;update_info_switch&quot;: 1
},
&quot;bill_list&quot;: [//生成的服务单列表
{
&quot;id&quot;: 1516,
&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,
&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,
&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;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,
&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,
&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;id&quot;: 1509,
&quot;user_uid&quot;: &quot;b449c270dc3745ca9644d309dac5bd51&quot;,
&quot;order_no&quot;: &quot;250105417100001&quot;,
&quot;total_price&quot;: 91700,//订单总额
&quot;pay_result_data&quot;: null,
&quot;schedule_status&quot;: 4000,
&quot;mode_type&quot;: 4000,
&quot;closed_switch&quot;: 0,
&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;unify_result_data&quot;: null,
&quot;pay_result_datetime&quot;: null,
&quot;pay_type&quot;: 1,//支付方式 0=小程序 1=余额
&quot;buy_list&quot;: [//购买的内容明细
{
&quot;id&quot;: 70,
&quot;buy_qty&quot;: 2,
&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;bill_info&quot;: [],
&quot;take_service_charge_switch&quot;: 1//已收取服务费:0=否 1=是
}
]
},
&quot;code&quot;: 0
}</code></pre>