简要描述:
- 门店ID获取技师列表
请求URL:
GET/plugin.appointment.frontend.project-goods.get-list-by-store-id
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
kwd | 否 | strinf | 搜索关键字 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"total": 1,
"per_page": 10,
"current_page": 1,
"last_page": 1,
"next_page_url": null,
"prev_page_url": null,
"from": 1,
"to": 1,
"data": [
{
"id": 2,
"uniacid": 8,
"name": "技师姓名1",
"thumb": "http://127.0.0.1:88/attachment/images/8/2019/12/VK96sl80rYQ0lP0NQB0006CR0b5bR0.png",
"store_id": 14
}
]
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | ID |
name | string | 姓名 |
thumb | string | 缩略图 |
store_id | int | 门店ID |
备注:
- 更多返回错误代码请看首页的错误代码描述