cleansellerplus

阿姨一点通相关接口


试订单列表通过绑定id列表

[TOC]

请求URL:
  • https://qlzfbox46.djtest.cn/houseapp/trialOrderManagement/feedbackQuestion?bindSelleListId=qwe

    请求方式:
  • GET
参数 类型 含义
bindSelleListId string 商家绑定id
返回示例
{
  "count": 1,
  "data": [
    {
      "address": "服务地址",
      "duration": 3,
      "newcomerName": "张三",
      "result": 1,
      "serviceDate": "2023-08-31(周一)",
      "serviceItem": "日常保洁",
      "specificWork":  "擦玻璃*10平米",
      "time": "14:00—17:00",
      "trialOrderListId": "试单id",
      "trialOrderState": 1
    }
  ],
  "message": "成功",
  "status": 0
}
返回值参数说明
参数 类型 含义
count 数字 数据条数
data 数组 返回的数据
address 字符串 服务地址
duration 数字 服务时长
newcomerName 字符串 新手姓名
result 数字 结果
serviceDate 字符串 服务日期
serviceItem 字符串 服务项目
specificWork 字符串 具体工作
time 字符串 时间段
trialOrderListId 字符串 试单id
trialOrderState 数字 试单状态 0:没结果1:未上门 2:通过 3:不通过
message 字符串 返回信息
status 数字 状态码
成功 字符串 成功提示信息
流程图
备注

页面列表

ITEM_HTML