GET Market/get_check_brand_project?json={json}

查找品牌是否进驻当前商圈或项目

请求信息详情

URI 参数

名称描述类型附加信息
json

条件json:{"brandid":"10","projectid":"31349","shangquanid":"66","type":"1"}

string

Required

Body 参数

None.

响应信息

资源描述

查找品牌是否进驻当前商圈或项目

check_brand_project
名称描述类型附加信息
brandid

品牌ID in

integer

None.

projectid

项目ID in

integer

None.

shangquanid

商圈ID in

integer

None.

type

查找类型 0 默认 1品牌在项目 2品牌在商圈 in

integer

None.

results

结果 out

boolean

None.

status

状态 1关店 6,7开店 out

integer

None.

响应结果格式

application/json, text/json

Sample:
{
  "brandid": 1,
  "projectid": 2,
  "shangquanid": 3,
  "type": 4,
  "results": true,
  "status": 6
}