GET Market/get_shangquan_pie_list
获取商圈品牌业态占比
请求信息详情
URI 参数
None.
Body 参数
条件实体
shangquanpiewhere| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| shangquanid |
商圈ID |
string |
None. |
| year |
年份 |
integer |
None. |
| month |
月份 |
integer |
None. |
| quarterly |
季度 1,2,3,4 |
integer |
None. |
| level |
级别 |
integer |
None. |
| real |
读实时 1是 0否 |
integer |
None. |
| countbrand |
获取当前业态下开店量最多条数 |
integer |
None. |
| timestr |
时间轴 |
Collection of pietime |
None. |
| isnew |
读新踩盘 |
integer |
None. |
请求格式
application/json, text/json
Sample:
{
"shangquanid": "sample string 1",
"year": 2,
"month": 3,
"quarterly": 4,
"level": 5,
"real": 6,
"countbrand": 7,
"timestr": [
{
"timestr": "sample string 1"
},
{
"timestr": "sample string 1"
}
],
"isnew": 8
}
application/x-www-form-urlencoded
Sample:
响应信息
资源描述
获取商圈品牌业态占比
Collection of shangquan_brand_pie_yearmonth| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| yetai1ID |
一级业态id |
integer |
None. |
| yetai1name |
一级业态名称 |
string |
None. |
| cv |
业态总数 |
decimal number |
None. |
| pie |
业态百分比 |
decimal number |
None. |
| year |
年份 |
integer |
None. |
| yearmonth |
年月 |
string |
None. |
| level |
业态级 |
integer |
None. |
| brand_pie_MAXlist |
商圈品牌业态占比类 下面最多品牌和数量 |
Collection of brand_pie_MAXlist |
None. |
响应结果格式
application/json, text/json
Sample:
[
{
"yetai1ID": 1,
"yetai1name": "sample string 2",
"cv": 3.0,
"pie": 4.0,
"year": 5,
"yearmonth": "sample string 6",
"level": 7,
"brand_pie_MAXlist": [
{
"BrandId": 1,
"BrandName": "sample string 2",
"counts": 3
},
{
"BrandId": 1,
"BrandName": "sample string 2",
"counts": 3
}
]
},
{
"yetai1ID": 1,
"yetai1name": "sample string 2",
"cv": 3.0,
"pie": 4.0,
"year": 5,
"yearmonth": "sample string 6",
"level": 7,
"brand_pie_MAXlist": [
{
"BrandId": 1,
"BrandName": "sample string 2",
"counts": 3
},
{
"BrandId": 1,
"BrandName": "sample string 2",
"counts": 3
}
]
}
]