简要描述:

  • 企业-需求管理

请求域名:

  • http://xx.com

请求URL:

GET/&route=plugin.be-within-call.frontend.enterprise.need

参数:

参数名 是否必须 类型 说明
state string 审核状态:close驳回、wait待审核、yes审核通过,默认:yes

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "ok",
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 2,
                "uniacid": 6,
                "member_id": 2462,
                "order_id": 938,
                "category_id": 3,
                "package_id": 1,
                "mark": "",
                "order_sn": "SN2303221701387DDC",
                "title": "广告",
                "pic": "images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
                "content": "本企业发布实打实的第三方",
                "headline_fee": "10.00",
                "is_headline": 1,
                "is_hide": 0,
                "status": 0,
                "pay_time": null,
                "audit_time": null,
                "close_time": null,
                "created_at": "2023-03-22 17:01:23",
                "amount": "20.00",
                "status_name": "待支付",
                "pic_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg"
            }
        ],
        "first_page_url": "http://demo.yun.cn/addons/yun_shop/api.php?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http://demo.yun.cn/addons/yun_shop/api.php?page=1",
        "next_page_url": null,
        "path": "http://demo.yun.cn/addons/yun_shop/api.php",
        "per_page": 15,
        "prev_page_url": null,
        "to": 1,
        "total": 1
    }
}

返回参数说明:

返回参数说明(分页):

参数名 类型 说明
current_page int 当前页数
per_page int 每页条数
to int 当前页条数
total int 总条数(直推人数)
data array 内容数据

data参数说明:

参数名 类型 说明
id int 需求ID
order_id int 订单ID
title string 需求标题
content string 需求内容
pic_url string 图片
is_hide int 是否上架:1否0是
amount int 金额

备注: