服务类详情
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/service/find</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;">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;sort_info&quot;: {
&quot;id&quot;: 49,
&quot;title&quot;: &quot;就医导航服务&quot;,
&quot;create_datetime&quot;: &quot;2025-01-01 12:39:15&quot;,
&quot;update_datetime&quot;: &quot;2025-01-01 12:39:15&quot;
},
&quot;id&quot;: 70,
&quot;cover_image&quot;: &quot;&quot;,
&quot;title&quot;: &quot;专家病情解读(专科专家)&quot;,
&quot;sort_id&quot;: 49,
&quot;sale_price&quot;: 50000,
&quot;unit_type&quot;: 1,
&quot;unit_type_payload&quot;: 1,
&quot;list_show_switch&quot;: 1,
&quot;member_show_switch&quot;: 1,
&quot;member_select_switch&quot;: 0,
&quot;member_buy_min_qty&quot;: 0,
&quot;member_buy_max_qty&quot;: 0,
&quot;online_switch&quot;: 1,
&quot;detail&quot;: &quot;&quot;,
&quot;create_datetime&quot;: &quot;2025-01-01 13:50:31&quot;,
&quot;update_datetime&quot;: &quot;2025-01-01 13:57:03&quot;
},
&quot;code&quot;: 0
}</code></pre>