编辑相册页面数据
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口 更新于2022-03-11 14:58:31 星期五</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://www.linsheapp.com/index/editorImageAndUniverseTag</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </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;">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> {
"code": 200,
"data": {
"is_floating": 0,//是否漂浮 1 漂浮 0 不漂浮
"images": [ //精选照片
{
"id": 258, //id
"type": 0, //位置信息
"url": "https://qiniu.linsheapp.com/showSingImages/6200e07566295.jpg" //图片地址
},
{
"id": 259,
"type": 1,
"url": "https://qiniu.linsheapp.com/showSingImages/6200e15307ccc.jpg"
},
{
"id": 260,
"type": 2,
"url": "https://qiniu.linsheapp.com/showSingImages/6200e17b7436b.jpg"
},
{
"id": 261,
"type": 3,
"url": "https://qiniu.linsheapp.com/showSingImages/62134c6aa4663.jpg"
}
],
"universe_tag": [ //已选标签信息
{
"tag_id": 111, //标签id
"tag_name": "鬼畜玩梗选手" //标签名称
},
{
"tag_id": 222,
"tag_name": "善良的杠精"
},
{
"tag_id": 333,
"tag_name": "热爱纯音乐"
},
{
"tag_id": 444,
"tag_name": "Steam"
},
{
"tag_id": 555,
"tag_name": "古典文学"
},
{
"tag_id": 666,
"tag_name": "因为太帅无法显示"
},
{
"tag_id": 777,
"tag_name": "傻墩墩"
}
]
}
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>