获取推广类目列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取推广类目列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/Common/GetProTypeList</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;">role_type</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> {
&quot;code&quot;: 200,
&quot;msg&quot;:&quot;获取成功&quot;,
&quot;description&quot;: &quot;&quot;,
&quot;data&quot;: [
{
&quot;target_obj&quot;: 1,
&quot;target_obj_name&quot;: &quot;家长端&quot;,
&quot;proType_list&quot;: [
{
&quot;id&quot;: 1,
&quot;name&quot;: &quot;研博&quot;,
&quot;sort&quot;: 1
},
{
&quot;id&quot;: 2,
&quot;name&quot;: &quot;网课&quot;,
&quot;sort&quot;: 2
},
{
&quot;id&quot;: 3,
&quot;name&quot;: &quot;暑假&quot;,
&quot;sort&quot;: 3
}
]
},
{
&quot;target_obj&quot;: 2,
&quot;target_obj_name&quot;: &quot;老师端&quot;,
&quot;proType_list&quot;: [
{
&quot;id&quot;: 4,
&quot;name&quot;: &quot;研博&quot;,
&quot;sort&quot;: 1
},
{
&quot;id&quot;: 5,
&quot;name&quot;: &quot;网课&quot;,
&quot;sort&quot;: 2
},
{
&quot;id&quot;: 6,
&quot;name&quot;: &quot;暑假&quot;,
&quot;sort&quot;: 3
}
]
}
]
}</code></pre>
<p><strong>家长端返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 200,
&quot;msg&quot;:&quot;获取成功&quot;,
&quot;description&quot;: &quot;&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: 4,
&quot;name&quot;: &quot;研博&quot;,
&quot;sort&quot;: 1
},
{
&quot;id&quot;: 5,
&quot;name&quot;: &quot;网课&quot;,
&quot;sort&quot;: 2
},
{
&quot;id&quot;: 6,
&quot;name&quot;: &quot;暑假2&quot;,
&quot;sort&quot;: 3
}
]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">int</td>
<td>200成功 其它失败</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>