GET Market/get_projectseebrand_List

本商圈的项目查看品牌

请求信息详情

URI 参数

None.

Body 参数

条件实体

Seebrand_where
名称描述类型附加信息
page

页码

integer

None.

pagesize

页码条数

integer

None.

time

访问时间 3(3个月) 6(6个月)12(12个月)

integer

None.

projectid

访问时间项目

integer

None.

yetai1

业态1 id

integer

None.

yetai2

业态2 id

integer

None.

mianji

店铺面积 10-20

string

None.

kaidian

开店方式ID

integer

None.

jinzhu

是否进驻本商圈 0 默认 1是 2否

integer

None.

shangquanid

商圈id

string

None.

请求格式

application/json, text/json

Sample:
{
  "page": 1,
  "pagesize": 2,
  "time": 3,
  "projectid": 4,
  "yetai1": 5,
  "yetai2": 6,
  "mianji": "sample string 7",
  "kaidian": 8,
  "jinzhu": 9,
  "shangquanid": "sample string 10"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Seebrand_where'.

响应信息

资源描述

本商圈的项目查看品牌

Collection of Seebrandproject_Listpage
名称描述类型附加信息
page

分页实体类

PageInfo

None.

seelist

查看列表

Collection of Seebrandproject

None.

响应结果格式

application/json, text/json

Sample:
[
  {
    "page": {
      "Name": "sample string 1",
      "Rows": 2,
      "PageSize": 3,
      "Page": 4,
      "PageNum": 1
    },
    "seelist": [
      {
        "BrandId": 1,
        "BrandName": "sample string 2",
        "BrandHtml": "sample string 3",
        "ProjectId": 4,
        "ProjectName": "sample string 5",
        "ProjectHtml": "sample string 6",
        "yetainame1": "sample string 7",
        "yetainame2": "sample string 8",
        "yetainame3": "sample string 9",
        "seetime": "2024-11-19 01:44:54"
      },
      {
        "BrandId": 1,
        "BrandName": "sample string 2",
        "BrandHtml": "sample string 3",
        "ProjectId": 4,
        "ProjectName": "sample string 5",
        "ProjectHtml": "sample string 6",
        "yetainame1": "sample string 7",
        "yetainame2": "sample string 8",
        "yetainame3": "sample string 9",
        "seetime": "2024-11-19 01:44:54"
      }
    ]
  },
  {
    "page": {
      "Name": "sample string 1",
      "Rows": 2,
      "PageSize": 3,
      "Page": 4,
      "PageNum": 1
    },
    "seelist": [
      {
        "BrandId": 1,
        "BrandName": "sample string 2",
        "BrandHtml": "sample string 3",
        "ProjectId": 4,
        "ProjectName": "sample string 5",
        "ProjectHtml": "sample string 6",
        "yetainame1": "sample string 7",
        "yetainame2": "sample string 8",
        "yetainame3": "sample string 9",
        "seetime": "2024-11-19 01:44:54"
      },
      {
        "BrandId": 1,
        "BrandName": "sample string 2",
        "BrandHtml": "sample string 3",
        "ProjectId": 4,
        "ProjectName": "sample string 5",
        "ProjectHtml": "sample string 6",
        "yetainame1": "sample string 7",
        "yetainame2": "sample string 8",
        "yetainame3": "sample string 9",
        "seetime": "2024-11-19 01:44:54"
      }
    ]
  }
]