服务类(商品)分类列表
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/service/sort</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;">service_type</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>1=预约类商品</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: 47,
&quot;title&quot;: &quot;康邦视频医生&quot;,
&quot;create_datetime&quot;: &quot;2025-01-01 12:38:47&quot;,
&quot;update_datetime&quot;: &quot;2025-01-01 12:38:47&quot;,
},
{
&quot;id&quot;: 51,
&quot;title&quot;: &quot;管家式服务服务&quot;,
&quot;create_datetime&quot;: &quot;2025-01-01 12:39:47&quot;,
&quot;update_datetime&quot;: &quot;2025-01-01 12:39:47&quot;,
&quot;intro&quot;:&quot;&quot;
}
],
&quot;code&quot;: 0
}</code></pre>