GET Market/get_project_store_info
获取项目品牌开关店详情(body参数)
请求信息详情
URI 参数
None.
Body 参数
条件body参数
project_store_where名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
cross |
是否本商圈 0是 1否 |
integer |
None. |
page |
页码 |
integer |
None. |
pagesize |
页码条数 |
integer |
None. |
projectid |
项目ID |
string |
None. |
shangquanid |
商圈ID |
string |
None. |
date |
时间 3(3个月)6(6个月)12个月(1年) |
integer |
None. |
yetaiid1 |
业态ID1 |
string |
None. |
yetaiid2 |
业态ID2 |
string |
None. |
yetaiid3 |
业态ID3 |
string |
None. |
yetainame |
业态名称 |
string |
None. |
shoucijinzhu |
是否首次进驻 0全部 1是 2否 |
integer |
None. |
state |
进驻状态 0全部 1关店 6开店 |
integer |
None. |
isnew |
读踩盘数据 |
integer |
None. |
请求格式
application/json, text/json
Sample:
{ "cross": 1, "page": 2, "pagesize": 3, "projectid": "sample string 4", "shangquanid": "sample string 5", "date": 6, "yetaiid1": "sample string 7", "yetaiid2": "sample string 8", "yetaiid3": "sample string 9", "yetainame": "sample string 10", "shoucijinzhu": 11, "state": 12, "isnew": 13 }
application/x-www-form-urlencoded
Sample:
响应信息
资源描述
获取项目品牌开关店详情(body参数)
Collection of project_store_where_listpage名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
page |
分页实体类 |
PageInfo |
None. |
storeinfo |
关店详情 |
Collection of project_brand_store_info |
None. |
响应结果格式
application/json, text/json
Sample:
[ { "page": { "Name": "sample string 1", "Rows": 2, "PageSize": 3, "Page": 4, "PageNum": 1 }, "storeinfo": [ { "ShopId": 1, "BrandId": 2, "BrandName": "sample string 3", "BrandEnglishName": "sample string 4", "ProjectId": 5, "ProjectName": "sample string 6", "ProjectType": 7, "ShopState": 8, "brandstate": 9, "ShopAddTime": "2024-11-19 01:39:49", "CloseTime": "2024-11-19 01:39:49", "OpenTime": "2024-11-19 01:39:49", "Source": 13, "Ttype": 14, "Shoplevel": 15, "yetaiid": "sample string 16", "yetainame1": "sample string 17", "yetainame2": "sample string 18", "yetainame3": "sample string 19", "MianJi_Min": 20.1, "MianJi_Max": 21.1, "ProjectHtmlUrl": "sample string 22", "BrandHtmlUrl": "sample string 23" }, { "ShopId": 1, "BrandId": 2, "BrandName": "sample string 3", "BrandEnglishName": "sample string 4", "ProjectId": 5, "ProjectName": "sample string 6", "ProjectType": 7, "ShopState": 8, "brandstate": 9, "ShopAddTime": "2024-11-19 01:39:49", "CloseTime": "2024-11-19 01:39:49", "OpenTime": "2024-11-19 01:39:49", "Source": 13, "Ttype": 14, "Shoplevel": 15, "yetaiid": "sample string 16", "yetainame1": "sample string 17", "yetainame2": "sample string 18", "yetainame3": "sample string 19", "MianJi_Min": 20.1, "MianJi_Max": 21.1, "ProjectHtmlUrl": "sample string 22", "BrandHtmlUrl": "sample string 23" } ] }, { "page": { "Name": "sample string 1", "Rows": 2, "PageSize": 3, "Page": 4, "PageNum": 1 }, "storeinfo": [ { "ShopId": 1, "BrandId": 2, "BrandName": "sample string 3", "BrandEnglishName": "sample string 4", "ProjectId": 5, "ProjectName": "sample string 6", "ProjectType": 7, "ShopState": 8, "brandstate": 9, "ShopAddTime": "2024-11-19 01:39:49", "CloseTime": "2024-11-19 01:39:49", "OpenTime": "2024-11-19 01:39:49", "Source": 13, "Ttype": 14, "Shoplevel": 15, "yetaiid": "sample string 16", "yetainame1": "sample string 17", "yetainame2": "sample string 18", "yetainame3": "sample string 19", "MianJi_Min": 20.1, "MianJi_Max": 21.1, "ProjectHtmlUrl": "sample string 22", "BrandHtmlUrl": "sample string 23" }, { "ShopId": 1, "BrandId": 2, "BrandName": "sample string 3", "BrandEnglishName": "sample string 4", "ProjectId": 5, "ProjectName": "sample string 6", "ProjectType": 7, "ShopState": 8, "brandstate": 9, "ShopAddTime": "2024-11-19 01:39:49", "CloseTime": "2024-11-19 01:39:49", "OpenTime": "2024-11-19 01:39:49", "Source": 13, "Ttype": 14, "Shoplevel": 15, "yetaiid": "sample string 16", "yetainame1": "sample string 17", "yetainame2": "sample string 18", "yetainame3": "sample string 19", "MianJi_Min": 20.1, "MianJi_Max": 21.1, "ProjectHtmlUrl": "sample string 22", "BrandHtmlUrl": "sample string 23" } ] } ]