用户偏好设置
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户偏好设置</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://tappadmin.shuipingce.com/api/v1/evaluation/serve_category_list</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>header中传user-token</li>
</ul>
<h5>参数</h5>
<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;">user-token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户token</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;time&quot;: 1699669770,
&quot;data&quot;: {
&quot;list&quot;: [
{
&quot;id&quot;: 194,
&quot;category_name&quot;: &quot;人际关系&quot;,
&quot;checked&quot;: 1
},
{
&quot;id&quot;: 2,
&quot;category_name&quot;: &quot;情绪管理&quot;,
&quot;checked&quot;: 0
},
{
&quot;id&quot;: 1,
&quot;category_name&quot;: &quot;心理健康&quot;,
&quot;checked&quot;: 0
},
{
&quot;id&quot;: 4,
&quot;category_name&quot;: &quot;婚姻家庭&quot;,
&quot;checked&quot;: 0
},
{
&quot;id&quot;: 7,
&quot;category_name&quot;: &quot;恋爱心理&quot;,
&quot;checked&quot;: 0
},
{
&quot;id&quot;: 8,
&quot;category_name&quot;: &quot;个人成长&quot;,
&quot;checked&quot;: 0
},
{
&quot;id&quot;: 10,
&quot;category_name&quot;: &quot;职场心理&quot;,
&quot;checked&quot;: 0
},
{
&quot;id&quot;: 11,
&quot;category_name&quot;: &quot;亲子教育&quot;,
&quot;checked&quot;: 0
},
{
&quot;id&quot;: 12,
&quot;category_name&quot;: &quot;家庭教育&quot;,
&quot;checked&quot;: 0
}
],
&quot;user_data&quot;: {
&quot;id&quot;: 105,
&quot;user_nickname&quot;: &quot;用户14446&quot;,
&quot;head_img&quot;: &quot;http://tappadmin.shuipingce.com/static/admin/images/none.png&quot;,
&quot;sex&quot;: 0,
&quot;user_type&quot;: 0,
&quot;user_level&quot;: &quot;&quot;,
&quot;status&quot;: 1
}
}
}</code></pre>
<h5>返回参数说明</h5>
<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;">id</td>
<td style="text-align: left;">int</td>
<td>偏好id</td>
</tr>
<tr>
<td style="text-align: left;">category_name</td>
<td style="text-align: left;">string</td>
<td>偏好名称</td>
</tr>
<tr>
<td style="text-align: left;">checked</td>
<td style="text-align: left;">int</td>
<td>用户是否选择 1是 0否</td>
</tr>
</tbody>
</table>
<h5>备注</h5>