代养小程序


接口说明

<p><strong>简要描述:</strong> </p> <ul> <li>接口说明</li> </ul> <p><strong>BOS地址及端口:</strong> </p> <ul> <li><code>http://127.0.0.1:56898</code></li> </ul> <p><strong>测试环境地址及端口:</strong> </p> <ul> <li><code>http://192.168.1.161:8080</code></li> </ul> <p><strong>正式/生产环境地址及端口:</strong> </p> <ul> <li><code>http://192.168.1.161:8080</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li> <p>POST </p> <p><strong>返回参数</strong></p> <pre><code>{ "message": "success", "result": "0", "data": { 具体返回内容 } }</code></pre> <p><strong>返回参数说明</strong> </p> </li> </ul> <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;">result</td> <td style="text-align: left;">String</td> <td>接口结果代码 &quot;0&quot;为成功,其余为失败</td> </tr> <tr> <td style="text-align: left;">message</td> <td style="text-align: left;">String</td> <td>接口结果错误信息</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">String</td> <td>接口返回结果集</td> </tr> </tbody> </table> <p><strong>备注</strong> 除登陆外,其余接口调用均需携带session</p>

页面列表

ITEM_HTML