简要描述:

  • 预约收入列表

请求URL:

POST/plugin.appointment.frontend.project.store-project-list

参数:

参数名 是否必须 类型 说明
search.category_id int 分类id
search.title string 项目名称

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "ok",
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 3,
                "title": "啊啊啊啊啊啊啊啊啊",
                "creator_id": 19,
                "amount_count": "100.00",
                "used_count": "2",
                "booking_count": 1,
                "all_total_count": 1,
                "unused_count": "2",
                "creator_name": "aaa"
            },
        ],
        "first_page_url": "http://www.shop777.com/addons/yun_shop/api.php?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http://www.shop777.com/addons/yun_shop/api.php?page=1",
        "next_page_url": null,
        "path": "http://www.shop777.com/addons/yun_shop/api.php",
        "per_page": 15,
        "prev_page_url": null,
        "to": 3,
        "total": 3
    }
}

错误时返回:

  

返回参数说明:

参数名 类型 说明
id int 项目id
title string 项目名称
amount_count string 累计成交金额
used_count string 已完成次数
booking_count int 预约中次数
all_total_count string 成交次数
unused_count string 未预约次数
creator_name string 创建者名称

备注:

  • 更多返回错误代码请看首页的错误代码描述