字典数据
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取字典数据</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/Common/GetDictList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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;">type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>类型</td>
</tr>
</tbody>
</table>
<p><strong>参数说明:</strong> </p>
<pre><code>type参数值
投诉类型:complaint_state
教学方式:teaching_model
老师类型:teacher_type
教育类型:edu_type
监护人关系:guardian
薪酬范围:salary
推广类目:promotion_type(考研、网课)
推送App:push_app(B站推广、快手推广)
跳转类型:redirect_type
服务对象:target_obj
机构性质:ins_nature (也是服务类型)
办学类型:edu2_type(也是学校性质。。)
意愿度:vr_state</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;dict_label&quot;: &quot;线上&quot;,
&quot;dict_value&quot;: &quot;1&quot;,
&quot;remark&quot;:&quot;&quot;
},
{
&quot;dict_label&quot;: &quot;线下&quot;,
&quot;dict_value&quot;: &quot;2&quot;,
&quot;remark&quot;:&quot;&quot;
}
]
}</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>