海报配置接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口 更新于 2022-11-26 13:21:27 星期六</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://www.linsheapp.com/index/posterConfiguration</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<p>无参数</p>
<h5>返回示例</h5>
<pre><code> {
"code": 200,
"data": [
{
"background": {
"url": "https://qiniu.linsheapp.com/poster/bj1.png",
"width": "1620",
"height": "2880",
"margin_left": "0",
"margin_top": "0"
},
"qr": {
"text": "https://www.shlyz.com/index/invitation?user_num=88888888&asd=84212",
"width": "300",
"height": "300",
"margin_left": "1215",
"margin_top": "2412",
"color": "#000000"
}
},
{
"background": {
"url": "https://qiniu.linsheapp.com/poster/bj2.png",
"width": "1620",
"height": "2880",
"margin_left": "0",
"margin_top": "0"
},
"qr": {
"text": "https://www.shlyz.com/index/invitation?user_num=88888888&asd=84212",
"width": "300",
"height": "300",
"margin_left": "1215",
"margin_top": "2412",
"color": "#000000"
}
},
{
"background": {
"url": "https://qiniu.linsheapp.com/poster/bj3.png",
"width": "1620",
"height": "2880",
"margin_left": "0",
"margin_top": "0"
},
"qr": {
"text": "https://www.shlyz.com/index/invitation?user_num=88888888&asd=84212",
"width": "300",
"height": "300",
"margin_left": "1215",
"margin_top": "2412",
"color": "#37008E"
}
},
{
"background": {
"url": "https://qiniu.linsheapp.com/poster/bj4.png",
"width": "1620",
"height": "2880",
"margin_left": "0",
"margin_top": "0"
},
"qr": {
"text": "https://www.shlyz.com/index/invitation?user_num=88888888&asd=84212",
"width": "300",
"height": "300",
"margin_left": "1215",
"margin_top": "2412",
"color": "#37008E"
}
},
{
"background": {
"url": "https://qiniu.linsheapp.com/poster/bj5.png",
"width": "1620",
"height": "2880",
"margin_left": "0",
"margin_top": "0"
},
"qr": {
"text": "https://www.shlyz.com/index/invitation?user_num=88888888&asd=84212",
"width": "300",
"height": "300",
"margin_left": "1215",
"margin_top": "2412",
"color": "#37008E"
}
},
{
"background": {
"url": "https://qiniu.linsheapp.com/poster/bj6.png",
"width": "1620",
"height": "2880",
"margin_left": "0",
"margin_top": "0"
},
"qr": {
"text": "https://www.shlyz.com/index/invitation?user_num=88888888&asd=84212",
"width": "300",
"height": "300",
"margin_left": "1215",
"margin_top": "2412",
"color": "#37008E"
}
}
]
}</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>