GET Market/get_projectseebrand_List?json={json}

本商圈的项目查看品牌

请求信息详情

URI 参数

名称描述类型附加信息
json

条件json:{"time":"3","projectid":"31349","shangquanid":"66","jinzhu":"1"}

string

Required

Body 参数

None.

响应信息

资源描述

本商圈的项目查看品牌

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:23:27"
      },
      {
        "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:23:27"
      }
    ]
  },
  {
    "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:23:27"
      },
      {
        "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:23:27"
      }
    ]
  }
]