简要描述:

  • 获取服务详情接口

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-02-24

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
id int 服务id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "detail": {
            "id": 1,
            "uid": 4,
            "type_id": 1,
            "title": "IT服务",
            "cover": "http://bxl.com/uploads/user/service/2020-02-24/5e539c7d7c31f.jpg",
            "price": "4000.00",
            "old_price": "4000.00",
            "describe": "网站建设,APP,小程序,公众号开发等等",
            "time": 15,
            "status": 1,
            "receipt": 1,
            "transaction_volume": 0,
            "create_at": "2020-02-24 18:21:51""type_name": "广告服务""rebate": "22222.22"
            "img_list": "avatar/avatar.jpg,avatar/avatar.jpg",
            "img_list_array": [
               "http://bxl.com/uploads/avatar/avatar.jpg",
               "http://bxl.com/uploads/avatar/avatar.jpg"
            ],
            "address": "广东省深圳市龙岗区11",
            "shop_name": "k店铺",
            "shop_describe": "k店铺描述"
        },
        "list": [
            {
                "id": 4,
                "title": "IT服务3",
                "cover": "http://bxl.com/uploads/user/service/2020-02-24/5e53a2be075b0.jpg",
                "price": "10000.00",
                "old_price": "10000.00",
                "type_name": "IT服务",
                "month_sale": 2
            },
            {
                "id": 3,
                "title": "IT服务2",
                "cover": "http://bxl.com/uploads/user/service/2020-02-24/5e53a2b590385.jpg",
                "price": "8000.00",
                "old_price": "10000.00",
                "type_name": "IT服务",
                "month_sale": 0
            }
        ]
    }
}

错误时返回:

{
    "status": 0,
    "msg": "token过期"
}

data返回参数说明:

参数名 类型 说明
detail object 服务详情
list array 推荐列表

detail返回参数说明:

参数名 类型 说明
id int 服务id
uid int 用户id
type_id int 类型id
title string 服务名称
cover string 服务封面
price string 服务价格
old_price string 服务原价格
describe string 服务描述
time string 服务平均时长
status int 状态,1=启用,2=禁用
receipt int 接单状态,1=可接单 2=不可接单
transaction_volume int 成交数量,总服务量
create_at string 创建时间
type_name string 分类名称/入驻类型
rebate string 返利信息

list返回参数说明:

参数名 类型 说明
id int 服务id
title string 服务名称
cover string 服务封面
price string 服务价格
old_price string 服务原价格
type_name string 服务类型
rebate string 返利信息
month_sale int 月销售

备注:

作者:admin  创建时间:2020-02-24 19:13
最后编辑:admin  更新时间:2025-03-14 18:21