文档
测试

特色服务列表

POST
/store/StoreSpecialService/getStoreSpecialServiceList

接口描述

特色服务列表

请求参数

参数名
类型
描述
必填
store_id
int
门店ID
必填

响应参数

参数名
类型
描述
必填
name
string
服务名称
必填
describe
string
描述
必填
pic_url
string
图片地址
必填

说明 / 示例

{ "data": { "special_list": [ { "id": 2, "store_id": 11, "name": "11", "describe": "12312111", "pic_url": "", "status": 1, "create_time": "2020-12-28 16:27:53" }, { "id": 1, "store_id": 11, "name": "2", "describe": "2", "pic_url": "", "status": 12, "create_time": "2020-12-28 15:35:56" } ] }, "timestamp": 1609411595610, "status": 1, "info": "" }