获取获服务类别接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取获服务类别接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://828.xiaozhangshi.com/api/app/getservicetype</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get</li>
</ul>
<p><strong>参数:</strong>
无</p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;statusCode&quot;: 200,
&quot;msg&quot;: null,
&quot;data&quot;: [
{
&quot;id&quot;: 6,
&quot;name&quot;: &quot;法律服务&quot;,
&quot;parentId&quot;: 2,
&quot;parentName&quot;: null,
&quot;isEnable&quot;: true,
&quot;image&quot;: &quot;/upload/images/2024821/003.jpg&quot;,
&quot;video&quot;: &quot;http://flv4mp4.people.com.cn/videofile7/pvmsvideo/2024/3/29/ZhangLiYang_d656c802daa10de07450f75d7b209b71_ms_c.mp4&quot;,
&quot;createDate&quot;: &quot;2024-08-21 01:36:34&quot;,
&quot;sort&quot;: 6,
&quot;remarks&quot;: &quot;&quot;,
&quot;depth&quot;: 0
},
{
&quot;id&quot;: 7,
&quot;name&quot;: &quot;知识产权&quot;,
&quot;parentId&quot;: 2,
&quot;parentName&quot;: null,
&quot;isEnable&quot;: true,
&quot;image&quot;: &quot;/upload/images/2024821/003.jpg&quot;,
&quot;video&quot;: &quot;&quot;,
&quot;createDate&quot;: &quot;2024-08-21 01:46:48&quot;,
&quot;sort&quot;: 7,
&quot;remarks&quot;: &quot;&quot;,
&quot;depth&quot;: 0
},
{
&quot;id&quot;: 8,
&quot;name&quot;: &quot;人才服务&quot;,
&quot;parentId&quot;: 2,
&quot;parentName&quot;: null,
&quot;isEnable&quot;: true,
&quot;image&quot;: &quot;/upload/images/2024821/003.jpg&quot;,
&quot;video&quot;: &quot;&quot;,
&quot;createDate&quot;: &quot;2024-08-21 01:47:02&quot;,
&quot;sort&quot;: 8,
&quot;remarks&quot;: &quot;&quot;,
&quot;depth&quot;: 0
}
]
}</code></pre>