接口文档

接口文档


红包打开界面简介

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>红包打开界面简介</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/api/getRedPacketOpenInfo</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;">red_packet_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>红包id</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;red_packet_id&amp;quot;: 1, &amp;quot;total_gold&amp;quot;: 2500, &amp;quot;type&amp;quot;: &amp;quot;month_ticket&amp;quot;, &amp;quot;number&amp;quot;: 5, &amp;quot;open_number&amp;quot;: 0, &amp;quot;open_gold&amp;quot;: 0, &amp;quot;wish&amp;quot;: &amp;quot;红包来袭,点赞助力,新书冲榜就靠你!&amp;quot;, &amp;quot;user_id&amp;quot;: 5, &amp;quot;novel_id&amp;quot;: 1463, &amp;quot;is_finish&amp;quot;: false, &amp;quot;countdown&amp;quot;: 0, &amp;quot;last_open_time&amp;quot;: 1709280959, &amp;quot;open_interval&amp;quot;: 1800, &amp;quot;remind&amp;quot;: &amp;quot;向《回到民国当小编》作品投出一张月票后,可获取500点书币&amp;quot;, &amp;quot;user&amp;quot;: { &amp;quot;user_id&amp;quot;: 5, &amp;quot;user_nickname&amp;quot;: &amp;quot;月影梧桐&amp;quot;, &amp;quot;user_head&amp;quot;: &amp;quot;/avatar/246pc-xrzww1607882646383.jpg&amp;quot;, &amp;quot;avatar_frame_image&amp;quot;: &amp;quot;&amp;quot; } } }</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