9000盒子


留言列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>留言列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>app/user/message</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </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;">token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户token</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;code&amp;quot;: 1, &amp;quot;msg&amp;quot;: &amp;quot;送信成功&amp;quot;, &amp;quot;data&amp;quot;: [ { &amp;quot;id&amp;quot;: &amp;quot;348&amp;quot;, &amp;quot;content&amp;quot;: &amp;quot;用户主动发的留言&amp;quot;, &amp;quot;time&amp;quot;: &amp;quot;2024年05月22日, 16:13:58&amp;quot;, &amp;quot;reply&amp;quot;: [ { &amp;quot;id&amp;quot;: &amp;quot;349&amp;quot;, &amp;quot;content&amp;quot;: &amp;quot;后台回复内容1&amp;quot;, &amp;quot;time&amp;quot;: &amp;quot;2024年05月22日, 16:48:23&amp;quot;, &amp;quot;reply_id&amp;quot;: &amp;quot;348&amp;quot; }, { &amp;quot;id&amp;quot;: &amp;quot;350&amp;quot;, &amp;quot;content&amp;quot;: &amp;quot;后台回复内容2&amp;quot;, &amp;quot;time&amp;quot;: &amp;quot;2024年05月24日, 09:33:05&amp;quot;, &amp;quot;reply_id&amp;quot;: &amp;quot;348&amp;quot; } ], &amp;quot;new_reply_count&amp;quot;: 2//有新回复数,0-无,&amp;gt;=1表示有未读回复 } ] }</code></pre>

页面列表

ITEM_HTML