简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2023-12-14

请求URL:

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
token string token参数

请求参数:

参数名 是否必须 类型 说明
module string 模块
page int 页码
pagesize int 数量

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "list": [
            {
                "order_id": 50,
                "price": 100,
                "order_num": "202312141137511118053816",
                "status": 0,
                "created_at": "2023年12月14日",
                "json_str": {
                    "goods_name": "窗户安装服务",
                    "hour_price": "80元",
                    "service_price": "20元",
                    "remark": "可能材料费:玻璃胶 20/管"
                },
                "status_msg": "待完成",
                "cancel_time_msg": "2023-12-14 23:00:00前可以取消"
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 2
    }
}

失败时返回:

{
    "status": 0,
    "msg": "更新失败"
}

返回参数说明:

参数名 类型 说明
order_id int 订单id
price int 总金额
order_num string 订单号
status int 数量
created_at string 下单时间
status_msg string 订单状态提示
cancel_time_msg string 取消时间提示,有值则可以取消
json_str.goods_name string 商品名称
json_str.hour_price string 时薪
json_str.service_price string 服务费
json_str.remark string 备注

备注:

作者:admin  创建时间:2023-12-14 11:50
 更新时间:2025-04-01 15:40
上一篇:
下一篇: