文档
测试

门店详情

GET
/api/store/detail

请求参数

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

响应参数

参数名
类型
描述
必填
store
object
门店信息
必填
id
int
门店id
必填
name
string
门店名称
必填
tel
string
门店电话
必填
address
string
地址
必填
img_http
string
图片地址
必填
service_time
string
服务时间
必填

说明 / 示例

{ "store": { "id": 1, "name": "测试", "tel": "15254265894", "address": "四川省南充市顺庆区五星花园", "is_default": 1, "longitude": "106.115942", "latitude": "30.792762", "ord": 0, "content": "", "img": "/images/1653029847114.jpg", "created_at": "2022-05-20 14:57:54", "updated_at": "2022-05-20 14:57:58", "deleted_at": null, "image": "/images/1653029854641.jpg", "service_time": "8:00-18:00", "remark": null, "instruction": null, "img_http": "http://127.0.0.77/images/1653029847114.jpg", "image_http": "http://127.0.0.77/images/1653029854641.jpg", "instruction_arr": [], "remark_txt": [] } }