GET Market/get_project_brand_pie_list?json={json}

获取项目品牌业态占比

请求信息详情

URI 参数

名称描述类型附加信息
json

条件json:{"projectid":"31349","year":"2016","month":"10","level":"1"}

string

Required

Body 参数

None.

响应信息

资源描述

获取项目品牌业态占比

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
        }
      ]
    }
  ]
}