简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-08-06

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

参数名 是否必须 类型 说明
module string 显示模块,请查看模块参数
order_id int 订单id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "user_name": "kevin",
        "user_phone": "13113690000",
        "user_address": "广东省深圳市龙岗区爱联大厦",
        "service_cover": "http://wzb.com/uploads/service/2020/07/11/5f09722c95323.png",
        "service_title": "标题A-4-1",
        "service_price": "100.00",
        "service_update_price": "1000.00",
        "service_update_wzb_currency": 1000,
        "service_time": "2020-08-04 周二 08:00-20:00",
        "wzb_currency": 0,
        "shop_name": "高老庄",
        "shop_address": "广东省深圳市龙岗区爱联小区",
        "shop_phone": "15768868260",
        "shop_longitude": "114.243548",
        "shop_latitude": "22.703127",
        "order_remark": "",
        "order_num": "20080317582231614369",
        "create_at": "2020-08-03 18:49:35",
        "pay_status": 3,
        "pay_status_msg": "取消支付""attachment_show_status": true"has_no_pay": true"speed_record": [
            {
                "name": "待接单",
                "create_at": "2020-08-07 15:50:46"
            }
        ],
                "noPayList": [
                    {
                        "more_id": 4,
                        "order_num": "21010617275640762135",
                        "price": "5000.00",
                        "remark": "",
                        "create_at": 1609925276,
                        "pay_status": 1,
                        "number_of_periods": 1,
                        "all_money": "10000.00",
                        "percentage": 50
                    },
                ],
                "is_set_number_of_periods": true
    }
}

错误时返回:

{
    "status": 0,
    "msg": "参数错误"
}

返回参数说明:

参数名 类型 说明
user_name int 联系人
user_phone string 联系人电话
user_address string 联系人地址
service_cover string 服务封面
service_title string 服务标题
service_price string 服务价格
service_update_price string 修改后的服务价格
service_update_wzb_currency string 修改后的服务屋装币
service_time string 服务时间
wzb_currency string 屋装币
shop_name string 店铺名称
shop_address string 店铺地址
shop_phone string 店铺手机
shop_longitude string 店铺经度
shop_latitude string 店铺纬度
order_remark string 订单备注
order_num string 订单号
create_at string 申请时间
pay_status string 支付状态【支付状态 【0=待支付 ,1=支付成功 ,2=支付失败, 3=取消支付,4=退款中,5=已退款,6=待接单,7=服务中,8=订单完成,9=拒绝接单】】
pay_status_msg string 支付状态提示
attachment_show_status bool 附件状态【true=显示附件入口,false=隐藏附件入口】
has_no_pay bool 是否是修改的做法【true=调用修改后的立即支付,false=服务定金立即支付】
speed_record.name string 进度名称
speed_record.create_at string 进度时间
noPayList.more_id string 分期id
noPayList.order_num string 订单号
noPayList.price string 支付价格
noPayList.remark string 备注
noPayList.create_at string 创建时间
noPayList.pay_status string 支付状态
noPayList.number_of_periods string 分期数
noPayList.all_money string 分期总金额
noPayList.percentage string 分期倍数
is_set_number_of_periods string 是否设置分期【true=已设置,false=未设置】

备注:

作者:admin  创建时间:2020-08-06 17:26
 更新时间:2025-04-01 15:40