简要描述:
请求域名:
- http://xx.com
请求URL:
POST/plugin.local-life.api.store.info
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 门店id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "success",
"data": {
"id": 8,
"uniacid": 1,
"name": "测试门店1",
"province_id": "110000",
"city_id": "110100",
"area_id": "110101",
"province_name": "北京市",
"city_name": "北京市",
"area_name": "东城区",
"address_detail": "夏良",
"longitude": "113.331341",
"latitude": "23.281882",
"tel": "075722285750",
"midground_brand_id": "1",
"open_time": [
{
"weeks": [
"周日",
"周一",
"周二"
],
"times": []
}
],
"facilities_and_service": "访问访问",
"business_license": "https://supply.yunzmall.com/uploads/file/38f84c9b9b6abc7b6c3b976770ce8098_20241021114253.jpeg",
"created_at": "2024-10-21 17:42:23",
"updated_at": "2024-10-21 17:42:23",
"store_id": 1
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
name | string | 门店名称 |
province_id | int | 省级行政代码 |
city_id | int | 市级行政代码 |
area_id | int | 区级行政代码 |
province_name | string | 省名 |
city_name | string | 市名 |
area_name | string | 区名 |
address_detail | string | 具体地址 |
longitude | string | 经度 |
latitude | string | 纬度 |
tel | string | 电话号码 |
open_time.weeks | array | 星期x营业 |
open_time.times | array | 营业时间段 |
facilities_and_service | string | 设施及服务 |
business_license | stirng | 营业执照 |