GET Market/get_T_project_store_pie
获取指定项目品牌开关店占比(body参数)
请求信息详情
URI 参数
None.
Body 参数
条件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:
响应信息
资源描述
获取指定项目品牌开关店占比(body参数)
T_project_brand_store_pie_info名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
time |
时间轴 |
Collection of pietime |
None. |
project_store |
项目品牌开关店占比 |
project_brand_store_pie |
None. |
响应结果格式
application/json, text/json
Sample:
{ "time": [ { "timestr": "sample string 1" }, { "timestr": "sample string 1" } ], "project_store": { "ProjectId": "sample string 1", "ProjectName": "sample string 2", "kaidianpie": 3.0, "kaidian": 4, "prevkaidian": 5, "newkaidian": 6, "guandianpie": 7.0, "guandian": 8, "datelist": "sample string 9" } }