简要描述:

  • storeID获取项目列表

请求URL:

GET/plugin.appointment.frontend.project.get-list-by-store-id

参数:

参数名 是否必须 类型 说明
store_id int 门店ID

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": [
        {
            "id": 7,
            "title": "项目名称4",
            "thumb": "http://127.0.0.1:88/attachment/images/8/2019/12/PBWNnyz0Dm20dznV07OZQX00RNZdwV.png"
        },
        {
            "id": 8,
            "title": "项目名称5",
            "thumb": "http://127.0.0.1:88/attachment/images/8/2019/12/jZ5f5snfh9KND6y1a0maFhAH0FffkY.png"
        }
    ]
}

错误时返回:

  

返回参数说明:

参数名 类型 说明
id int 项目ID
title string 项目名称
thumb string 缩略图

备注:

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