Ponds Mobile接口文档


历史列表接口

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>历史列表接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/api/history/</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET</li> </ul> <h5>返回示例</h5> <pre><code>{ "code": 0, "msg": "获取历史列表成功", "data": [ { "id": 210, "user_id": 1, "task_id": 83, "date": "2022-01-13T14:56:56.000Z", "from_pond": 1, "to_pond": 2 } ] }</code></pre>

页面列表

ITEM_HTML