泽光通讯报价小程序

个人创业项目


发现页面

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>发现tab通知页面</li> </ul> <h5>请求URL</h5> <ul> <li> <p><code>https://www.zeguang.vip/applet/sysNoticeApplets/listAll</code></p> </li> <li><code>请求参数 {&amp;quot;openid&amp;quot;:&amp;quot;o5VhT41biEsqauh4YU-UlZ3pROps&amp;quot;}</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;">openid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>小程序用户openid值</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> {     &amp;quot;total&amp;quot;: 2,     &amp;quot;rows&amp;quot;: [         {             &amp;quot;createBy&amp;quot;: &amp;quot;admin&amp;quot;,             &amp;quot;createTime&amp;quot;: &amp;quot;2022-11-20 11:08:27&amp;quot;,             &amp;quot;updateBy&amp;quot;: &amp;quot;&amp;quot;,             &amp;quot;updateTime&amp;quot;: &amp;quot;2023-07-28 01:26:59&amp;quot;,             &amp;quot;remark&amp;quot;: &amp;quot;管理员&amp;quot;,             &amp;quot;noticeappId&amp;quot;: 1,             &amp;quot;noticeappTitle&amp;quot;: &amp;quot;标题温馨提醒:2023-07-28 泽管小程序后台管理系统新版本发布啦&amp;quot;,             &amp;quot;noticeappType&amp;quot;: &amp;quot;2&amp;quot;,             &amp;quot;noticeappContent&amp;quot;: &amp;quot;公告内容你有社么想要反阔的&amp;quot;,             &amp;quot;status&amp;quot;: &amp;quot;1&amp;quot;,             &amp;quot;noticeappImagePath&amp;quot;: &amp;quot;/root/D:/ruoyi/uploadPath/upload/2023/01/30/app2_副本_20230130230744A005.jpg&amp;quot;         },         {             &amp;quot;createBy&amp;quot;: &amp;quot;admin&amp;quot;,             &amp;quot;createTime&amp;quot;: &amp;quot;2022-11-20 11:08:27&amp;quot;,             &amp;quot;updateBy&amp;quot;: &amp;quot;&amp;quot;,             &amp;quot;updateTime&amp;quot;: &amp;quot;2023-07-28 01:26:50&amp;quot;,             &amp;quot;remark&amp;quot;: &amp;quot;管理员&amp;quot;,             &amp;quot;noticeappId&amp;quot;: 2,             &amp;quot;noticeappTitle&amp;quot;: &amp;quot;维护通知:2023-07-01 若依系统凌晨维护&amp;quot;,             &amp;quot;noticeappType&amp;quot;: &amp;quot;1&amp;quot;,             &amp;quot;noticeappContent&amp;quot;: &amp;quot;公告内容你有啥想说的&amp;quot;,             &amp;quot;status&amp;quot;: &amp;quot;0&amp;quot;,             &amp;quot;noticeappImagePath&amp;quot;: &amp;quot;/root/D:/ruoyi/uploadPath/upload/2023/06/15/f972bb81-28十大1_20230615144315A003.png&amp;quot;         }     ],     &amp;quot;code&amp;quot;: 0,     &amp;quot;msg&amp;quot;: null }</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;">noticeappId</td> <td style="text-align: left;">int</td> <td>公告ID</td> </tr> <tr> <td style="text-align: left;">noticeappTitle</td> <td style="text-align: left;">string</td> <td>公告标题</td> </tr> <tr> <td style="text-align: left;">noticeappType</td> <td style="text-align: left;">string</td> <td>公告类型 1=通知,2=公告</td> </tr> <tr> <td style="text-align: left;">noticeappContent</td> <td style="text-align: left;">string</td> <td>公告内容</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">string</td> <td>公告已读状态 0=未读,1=已读</td> </tr> <tr> <td style="text-align: left;">createBy</td> <td style="text-align: left;">string</td> <td>创建人</td> </tr> <tr> <td style="text-align: left;">createTime</td> <td style="text-align: left;">string</td> <td>创建时间</td> </tr> <tr> <td style="text-align: left;">noticeappImagePath</td> <td style="text-align: left;">string</td> <td>公告图片路径</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <pre><code></code></pre>

页面列表

ITEM_HTML