获取案例列表

/store/StoreServiceCase/getServiceCaseList

请求参数

参数名
类型
描述
必填
store_id
int
商户ID
必填

响应参数

参数名
类型
描述
必填
name
string
服务名称
必填
describe
string
描述
必填
reference_amount
float
参考金额
必填
before_images
array
服务前图片
必填
after_images
array
服务后照片
必填
status
int
1-正常 2-删除
必填
create_time
string
添加时间
必填

说明 / 示例

{ "data": { "case_list": [ { "id": 1, "store_id": 11, "name": "洗澡", "describe": "", "reference_amount": "0.00", "before_images": [ "https://data.o4pets.com/shop/image/1.png", "https://data.o4pets.com/shop/image/2.png" ], "after_images": [ "https://data.o4pets.com/shop/image/66.png", "https://data.o4pets.com/shop/image/77.png" ], "status": 1, "create_time": "2020-12-28 19:03:52" } ] }, "timestamp": 1611022334768, "status": 1, "info": "" }