文档
测试

店铺列表

GET
/api/store

请求参数

参数名
类型
描述
必填
page
int
当前页
必填

响应参数

参数名
类型
描述
必填
stores
array
店铺信息
必填
id
int
店铺id
必填
name
string
店铺名称
必填
tel
string
联系电话
必填
address
string
店铺地址
必填

说明 / 示例

{ "stores": [ { "id": 1, "name": "测试", "tel": "15254265894", "address": "四川省南充市顺庆区五星花园", "is_default": 1, "longitude": "106.115942", "latitude": "30.792762", "ord": 0, "content": null, "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": [] } ] }