外卖订餐系统

api文档


校验码(图片验证码)

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户注册接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://127.0.0.1:8000/api.reservation/v1/user/pictres/&lt;str:UUID&gt;/</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>返回示例</h5> <pre><code> HttpResponse(imge_code,content_type='image/png')</code></pre> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=bd49885bb8c2dd29f2f151b12402260e&amp;file=file.png" alt="" /></p> <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;">uuid</td> <td style="text-align: left;">string</td> <td>随机不重复id,用于存储redis中做key使用</td> </tr> </tbody> </table>

页面列表

ITEM_HTML