简要描述:
- 根据商品ID获取项目列表
请求URL:
GET/plugin.appointment.frontend.project.get-list-by-goods-id
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
goods_id | 是 | int | 商品ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": [
{
"goods_id": 337,
"project_id": 3,
"service_count": "10",
"project_title": "项目名称1",
"thumb": "http://127.0.0.1:88/attachment/images/8/2019/12/ZptO9OGt6Oq97Iq9K7Hi78MRO9ZOOO.png"
},
{
"goods_id": 337,
"project_id": 4,
"service_count": "8",
"project_title": "项目名称2",
"thumb": "http://127.0.0.1:88/attachment/images/8/2019/12/He6I6Y15422DKYN2Z6rFkPyPDQ6175.png"
}
]
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
goods_id | int | 商品ID |
project_id | int | 项目ID |
project_title | string | 项目名称 |
thumb | string | 缩略图 |
service_count | int | 项目服务次数 |
备注:
- 更多返回错误代码请看首页的错误代码描述