查询所有分享海报
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询所有分享海报接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/soukeAppTttService/service/mng/shareposter/posterList</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"result_data": [{
"mini_picture": "/soukeAppTttService/images/poster/eb858b08-8d4d-44cc-929e-c09e4b46ac2c.jpg",
"id": 1,
"sort": 1,
"picture": "https://fnblimg.yofogo.com:4436/images/poster/3a0db28e-bc51-4b48-bfcd-884cdc6afb79.jpg",
"status": 1
}, {
"mini_picture": "",
"id": 7,
"sort": 2,
"picture": "https://fnblimg.yofogo.com:4436/images/poster/24977aca-484c-4543-9cd1-b5f104b667c6.jpg",
"status": 1
}, {
"mini_picture": "",
"id": 8,
"sort": 3,
"picture": "https://fnblimg.yofogo.com:4436/images/poster/e0c6d4f1-6118-42c0-9a18-49df85859351.jpg",
"status": 1
}, {
"mini_picture": "",
"id": 9,
"sort": 4,
"picture": "https://fnblimg.yofogo.com:4436/images/poster/bfa1d6aa-6da1-4fad-9c3a-cd286b004c2e.jpg",
"status": 1
}, {
"mini_picture": "",
"id": 10,
"sort": 5,
"picture": "https://fnblimg.yofogo.com:4436/images/poster/c9d6c52c-b387-42ad-ba40-4ef5300fbd84.jpg",
"status": 1
}, {
"mini_picture": "/soukeAppTttService/images/poster/7e355cdb-26c6-491b-84c2-29a4bb0d284d.jpg",
"id": 2,
"sort": 99,
"picture": "https://fnblimg.yofogo.com:4436/images/poster/07a9d114-ba4e-4297-95c8-0856bd372ee4.jpg",
"status": 0
}, {
"mini_picture": "/soukeAppTttService/images/poster/56e8224a-e778-40cd-9281-d6968e280377.jpg",
"id": 4,
"sort": 99,
"picture": "https://fnblimg.yofogo.com:4436/images/poster/8814fc2b-c1e5-43bc-8883-6c1acb2b92aa.jpg",
"status": 0
}, {
"mini_picture": "/soukeAppTttService/images/poster/0441403b-1a23-485b-be9b-9a04316a526b.jpg",
"id": 5,
"sort": 99,
"picture": "https://fnblimg.yofogo.com:4436/images/poster/59772c3a-e00f-4367-859b-0036d1ffc1c0.jpg",
"status": 0
}, {
"mini_picture": "/soukeAppTttService/images/poster/5b129113-fe63-4c65-9135-f2696eb285fb.jpg",
"id": 6,
"sort": 99,
"picture": "https://fnblimg.yofogo.com:4436/images/poster/56860cc6-9369-47d6-9ec7-c175fad1f2e4.jpg",
"status": 0
}]
}</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;">sort</td>
<td style="text-align: left;">int</td>
<td>排序</td>
</tr>
<tr>
<td style="text-align: left;">picture</td>
<td style="text-align: left;">String</td>
<td>图片</td>
</tr>
<tr>
<td style="text-align: left;">mini_picture</td>
<td style="text-align: left;">String</td>
<td>小图图片</td>
</tr>
<tr>
<td style="text-align: left;">status</td>
<td style="text-align: left;">int</td>
<td>状态</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>