简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2023-08-16

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string token参数,有则传送

请求参数:

参数名 是否必须 类型 说明
merchant_uid string 商家uid
module string mechanic=共享技工
cate_id int 分类id,例如:4
type int 发布类型,1=图文 2=视频
page int 页码 ,默认为 1
pagesize int 条数 ,默认为 10

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": [
        {
            "username": "131****0002",
            "avatar": "http://wzb.com/uploads/avatar/avatar.jpg",
            "case_id": 4,
            "module": "mechanic",
            "uid": 9,
            "title": "1",
            "content": "大城市10平方这样装修",
            "type": 1,
            "imgs": [
                "http://wzb.com/uploads/case/2020-01-06/5e130ebc0347d.png",
                "http://wzb.com/uploads/case/2020-01-06/5e130c6926692.mp4"
            ],
            "address": "银濠花园酒店",
            "comment_num": 4,
            "collection_num": 1,
            "points_num": 0,
            "create_at": "2020-01-07 11:31:41",
            "cover": "",
            "follow_status": true,
            "shop_id": 6
        }
    ]
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
username int 用户名称
avatar string 用户头像
case_id int 案例id
module string 模块
uid int 商家uid,关注有用
title string 标题
content string 内容详情
type int 1=图文 2=视频
imgs array 图片列表
address string 定位地址
comment_num int 评论数
collection_num int 收藏数
points_num int 点赞数
create_at string 发布时间
follow_status bool true=已关注 false=未关注
cover string 视频封面
shop_id int 店铺id

备注:

作者:admin  创建时间:2023-08-16 10:48
 更新时间:2025-04-01 15:40