简要描述:

  • 首页-企业需求

请求域名:

  • http://xx.com

请求URL:

GET/&route=plugin.be-within-call.frontend.index.tab-three&sort_type=3

参数:

参数名 是否必须 类型 说明
sort_type int 必传,值固定:3

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "home",
    "data": {
        "categoryList": [
            {
                "id": 3,
                "uniacid": 6,
                "sort": 1,
                "type": 3,
                "title": "企业分类",
                "is_show": 1,
                "is_recommend": 1,
                "created_at": "2023-03-21 14:38:26",
                "thumb": "images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
                "thumb_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg"
            }
        ],
        "recommendCategory": [
            {
                "id": 3,
                "uniacid": 6,
                "sort": 1,
                "type": 3,
                "title": "企业分类",
                "is_show": 1,
                "is_recommend": 1,
                "created_at": "2023-03-21 14:38:26",
                "thumb": "images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
                "thumb_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
                "has_many_enterprise_order": [
                    {
                        "id": 2,
                        "order_id": 938,
                        "category_id": 3,
                        "title": "广告",
                        "pic": "images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
                        "status": 2,
                        "status_name": "完成",
                        "pic_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg"
                    }
                ]
            }
        ]
    }
}

返回参数说明:

参数名 类型 说明
categoryList array 分类集合
recommendCategory array 推荐分类集合

recommendCategory参数说明:

参数名 类型 说明
title string 分类名称
thumb_url string 分类图片
has_many_enterprise_order array 需求订单集合
has_many_enterprise_order.id int 需求ID
has_many_enterprise_order.order_id int 订单ID
has_many_enterprise_order.title string 标题
has_many_enterprise_order.pic_url string 图片

备注: