接口文档

接口文档


寄语列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>寄语列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/api/getWishList</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </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;">page</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>页码</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>数量</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 200, &amp;quot;message&amp;quot;: &amp;quot;ok&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;data&amp;quot;: [ { &amp;quot;wish_id&amp;quot;: 1, &amp;quot;content&amp;quot;: &amp;quot;红包来袭,点赞助力,新书冲榜就靠你!&amp;quot; }, { &amp;quot;wish_id&amp;quot;: 2, &amp;quot;content&amp;quot;: &amp;quot;快来收藏我的作品,红包等你拿,不容错过!&amp;quot; }, { &amp;quot;wish_id&amp;quot;: 3, &amp;quot;content&amp;quot;: &amp;quot;关注作者,支持原创,红包福利等你解锁!&amp;quot; }, { &amp;quot;wish_id&amp;quot;: 4, &amp;quot;content&amp;quot;: &amp;quot;红包不停歇,一起嗨翻天!&amp;quot; }, { &amp;quot;wish_id&amp;quot;: 5, &amp;quot;content&amp;quot;: &amp;quot;点赞+收藏,红包双丰收,快来支持我吧!&amp;quot; }, { &amp;quot;wish_id&amp;quot;: 6, &amp;quot;content&amp;quot;: &amp;quot;感谢你的关注,红包送上,一起追更!&amp;quot; }, { &amp;quot;wish_id&amp;quot;: 7, &amp;quot;content&amp;quot;: &amp;quot;收藏加月票,红包马上有!&amp;quot; } ], &amp;quot;total&amp;quot;: 7, &amp;quot;current_page&amp;quot;: 1, &amp;quot;per_page&amp;quot;: 10, &amp;quot;last_page&amp;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;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML