食物推荐

食物推荐


查询提醒

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>根据id查询提醒</li> <li>修改①:返回数据根据提醒时间排序</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/api/storeRemind/find</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;">openid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>用户唯一的标识码</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     "status": 200,     "message": "操作成功",     "data": [         {             "id": 14,             "createdDate": 1652951288915,             "remindDate": 652937161490,             "remarks": "11"         },         {             "id": 15,             "createdDate": 1652951345683,             "remindDate": 652937161490,             "remarks": "11"         },         {             "id": 16,             "createdDate": 1652951949425,             "remindDate": 652937161490,             "remarks": "11"         }     ],     "timestamp": 1652954622308 }</code></pre> <h5>返回参数说明</h5> <p>无</p> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML