查询新手指导列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询新手指导列表接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/soukeAppTttService/service/mng/system/findnewHandslist</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": [{
"create_time": "2018-09-23 15:22:56",
"notice_url": "http://h5.websubo.com/page/new/dist/module/videos.html?videoUrl=http://images.drgou.com/video/1536198237672115.mp4",
"operator_id": "",
"id": 7,
"pict_url": "/soukeAppTttService/images/notice/60d63c78-f7fd-4f68-9b5a-0a6ecd19df5a.jpg",
"sort": 6,
"title": "设置和身份说明",
"status": 1
}, {
"create_time": "2018-09-23 15:22:24",
"notice_url": "http://h5.websubo.com/page/new/dist/module/videos.html?videoUrl=http://images.drgou.com/video/1536292975864659.mp4",
"operator_id": "",
"id": 6,
"pict_url": "/soukeAppTttService/images/notice/7f586d59-697e-4845-8830-6484cec109d4.jpg",
"sort": 5,
"title": "帮助与服务",
"status": 1
}, {
"create_time": "2018-09-23 15:21:47",
"notice_url": "http://h5.websubo.com/page/new/dist/module/videos.html?videoUrl=http://images.drgou.com/video/1536292883249019.mp4",
"operator_id": "",
"id": 5,
"pict_url": "/soukeAppTttService/images/notice/90b4d9fe-db6b-4253-b75c-b8056693207c.jpg",
"sort": 4,
"title": "个人中心粉丝说明",
"status": 1
}, {
"create_time": "2018-09-23 15:21:13",
"notice_url": "http://h5.websubo.com/page/new/dist/module/videos.html?videoUrl=http://images.drgou.com/video/1536234224256353.mp4",
"operator_id": "",
"id": 4,
"pict_url": "/soukeAppTttService/images/notice/1ecad54f-5e72-4aad-beba-7ff3b4996827.jpg",
"sort": 3,
"title": "收益与提现说明",
"status": 1
}, {
"create_time": "2018-09-23 15:20:28",
"notice_url": "http://h5.websubo.com/page/new/dist/module/videos.html?videoUrl=http://images.drgou.com/video/1536218574699695.mp4",
"operator_id": "",
"id": 3,
"pict_url": "/soukeAppTttService/images/notice/e8ed913d-3606-4157-85b4-3066f6242cb8.jpg",
"sort": 2,
"title": "如何邀请好友注册",
"status": 1
}, {
"create_time": "2018-09-06 10:49:04",
"notice_url": "http://h5.websubo.com/page/new/dist/module/videos.html?videoUrl=http://images.drgou.com/video/1536197607131456.mp4",
"operator_id": "",
"id": 1,
"pict_url": "/soukeAppTttService/images/notice/2b78e635-ee49-4876-acac-da8cc4ffdccd.jpg",
"sort": 1,
"title": "如何搜索优惠券",
"status": 1
}]
}</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;">operator_id</td>
<td style="text-align: left;">String</td>
<td>运营商ID</td>
</tr>
<tr>
<td style="text-align: left;">sort</td>
<td style="text-align: left;">int</td>
<td>排序</td>
</tr>
<tr>
<td style="text-align: left;">pict_url</td>
<td style="text-align: left;">String</td>
<td>公告图片地址</td>
</tr>
<tr>
<td style="text-align: left;">title</td>
<td style="text-align: left;">String</td>
<td>标题</td>
</tr>
<tr>
<td style="text-align: left;">create_time</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>
<tr>
<td style="text-align: left;">notice_url</td>
<td style="text-align: left;">String</td>
<td>链接地址</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>