GET Market/get_project_brand_pie_list
获取项目品牌业态占比
请求信息详情
URI 参数
None.
Body 参数
条件实体
projectpiewhere| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| cityid |
城市ID |
string |
None. |
| projectid |
项目ID |
string |
None. |
| year |
年份 |
integer |
None. |
| month |
月份 |
integer |
None. |
| quarterly |
季度 1,2,3,4 |
integer |
None. |
| level |
级别 |
integer |
None. |
| real |
读实时 1是 0否 |
integer |
None. |
| shangquanid |
商圈ID |
string |
None. |
| timestr |
时间集合 |
Collection of pietime |
None. |
| isnew |
读新踩盘 |
integer |
None. |
请求格式
application/json, text/json
Sample:
{
"cityid": "sample string 1",
"projectid": "sample string 2",
"year": 3,
"month": 4,
"quarterly": 5,
"level": 6,
"real": 7,
"shangquanid": "sample string 8",
"timestr": [
{
"timestr": "sample string 1"
},
{
"timestr": "sample string 1"
}
],
"isnew": 9
}
application/x-www-form-urlencoded
Sample:
响应信息
资源描述
获取项目品牌业态占比
shangquan_project_brand_pie| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| time |
时间轴 |
Collection of pietime |
None. |
| projectyetaipie |
项目业态占比 |
Collection of project_brand_pie_yearmonth |
None. |
| shangquanyetaipie |
商圈业态占比 |
Collection of shangquan_brand_pie_yearmonth |
None. |
响应结果格式
application/json, text/json
Sample:
{
"time": [
{
"timestr": "sample string 1"
},
{
"timestr": "sample string 1"
}
],
"projectyetaipie": [
{
"projectId": "sample string 1",
"yetai1ID": 2,
"yetai1name": "sample string 3",
"cv": 4,
"pie": "sample string 5",
"year": 6,
"yearmonth": "sample string 7",
"level": 8
},
{
"projectId": "sample string 1",
"yetai1ID": 2,
"yetai1name": "sample string 3",
"cv": 4,
"pie": "sample string 5",
"year": 6,
"yearmonth": "sample string 7",
"level": 8
}
],
"shangquanyetaipie": [
{
"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
}
]
}
]
}