cleansellerplus

阿姨一点通相关接口


根据服务时间查询商家订单

<p>[TOC]</p> <h5>请求URL:</h5> <ul> <li> <p><code>https://qlzfbox46.djtest.cn/houseapp/trialOrderManagement/getOrderList?serviceTime=时间戳&amp;amp;serviceItem=3</code></p> <h5>请求方式:</h5> </li> <li>GET <h4>请求参数</h4></li> </ul> <table> <thead> <tr> <th>参数</th> <th>类型</th> <th>含义</th> </tr> </thead> <tbody> <tr> <td>serviceTime</td> <td>number</td> <td>时间戳</td> </tr> <tr> <td>serviceItem</td> <td>number</td> <td>服务项</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;count&amp;quot;: 1, &amp;quot;data&amp;quot;: [ { &amp;quot;address&amp;quot;: &amp;quot;服务地址&amp;quot;, &amp;quot;duration&amp;quot;: 3, &amp;quot;result&amp;quot;: 1, &amp;quot;serviceDate&amp;quot;: &amp;quot;2023-08-31(周一)&amp;quot;, &amp;quot;serviceItem&amp;quot;: &amp;quot;日常保洁&amp;quot;, &amp;quot;specificWork&amp;quot;: [&amp;quot;擦玻璃*10平米&amp;quot;], &amp;quot;time&amp;quot;: &amp;quot;14:00—17:00&amp;quot; } ], &amp;quot;message&amp;quot;: &amp;quot;成功&amp;quot;, &amp;quot;status&amp;quot;: 0 }</code></pre> <h5>返回值参数说明</h5> <table> <thead> <tr> <th>参数</th> <th>类型</th> <th>含义</th> </tr> </thead> <tbody> <tr> <td>count</td> <td>number</td> <td>数据数量</td> </tr> <tr> <td>data</td> <td>array</td> <td>返回的数据</td> </tr> <tr> <td>address</td> <td>string</td> <td>服务地址</td> </tr> <tr> <td>duration</td> <td>number</td> <td>预计时长</td> </tr> <tr> <td>result</td> <td>number</td> <td>结果</td> </tr> <tr> <td>serviceDate</td> <td>string</td> <td>服务日期</td> </tr> <tr> <td>serviceItem</td> <td>string</td> <td>服务项目</td> </tr> <tr> <td>specificWork</td> <td>list</td> <td>具体工作</td> </tr> <tr> <td>time</td> <td>string</td> <td>服务时间</td> </tr> <tr> <td>message</td> <td>string</td> <td>消息</td> </tr> <tr> <td>status</td> <td>number</td> <td>状态</td> </tr> </tbody> </table> <h5>流程图</h5> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=2520e360b0ed5f1f2f7d47dd1637b39a&amp;amp;file=file.png" alt="" /></p> <h5>备注</h5>

页面列表

ITEM_HTML