獲取門店標簽接口
- 請求路徑:com/?SmallProgAPI?/Home/GetTagsInfo
- 請求參數(shù):
http://www.sewhandpan.cn/
http://www.nuomasilin.cn/
http://www.anlancs.com/
參數(shù)名稱 | 必填 | 參數(shù)值說明 | 格式要求 |
Id | 是 | int | 標簽編號 |
?
- 返回值說明:Json格式
返回結(jié)果:
{"success":true,"msg":"","code":0,"data":{"Id":6,"Title":"酒水","ShopBranchCount":14}} |
?
?
返回結(jié)果參數(shù)說明:
?
字段名稱 | 字段編碼 | 數(shù)據(jù)類型 | 是否可空 | 備注 |
編號 | Id | int | 否 | |
名稱 | Title | string | 否 | |
門店數(shù) | ShopBranchCount | int | 否 |
?
2.7獲取門店接口
- 請求路徑:com/?SmallProgAPI?/Home/GetStoreInfo
- 請求參數(shù):
?
參數(shù)名稱 | 必填 | 參數(shù)值說明 | 格式要求 |
Id | 是 | int | 門店編號 |
fromLatLng | 否 | string | 當前位置坐標 |
openId | 否 | 用戶openid | string |
?
- 返回值說明:Json格式
返回結(jié)果:
{"success":true,"Store":{"Id":99,"ShopId":1,"ShopBranchName":"門店ttest?華遠華中心","ShopBranchInTagNames":null,"ShopBranchTagId":"6,8,10","AddressId":27088,"AddressDetail":"天心區(qū)城南路街道湘江中路與坡子街交叉口","AddressFullName":"湖南省長沙市天心區(qū)城南路街道湘江中路與坡子街交叉口","ContactUser":"測試","ContactPhone":"14578214555","Status":0,"ShowStatus":"正常","RegionIdPath":null,"ServeRadius":10,"Longitude":112.969,"Latitude":28.1907,"ShopImages":"http://localhost:4573//temp/201709071422165384800.jpg","Distance":0.0,"DistanceUnit":null,"Enabled":false,"AddressPath":"1812,1813,1815,27088,","IsStoreDelive":true,"IsAboveSelf":true,"DeliveFee":5.0,"FreeMailFee":50.0,"DeliveTotalFee":40.0,"StoreOpenStartTime":"08:00:00","StoreOpenEndTime":"20:00:00"},"ShopAllActives":{"ShopActives":null,"FreeFreightAmount":50.0,"ShopCoupons":[{"Id":157,"CouponName":"10","Price":10.0,"OrderAmount":"100.00","ShopId":1,"ShopName":null,"EndTime":"2017-11-24T00:00:00","strEndTime":"2017-11-24","StartTime":"2017-10-24T00:00:00","strStartTime":"2017-10-24","Num":0,"useNum":0,"inventory":0,"perMax":0,"IsUse":0,"UseArea":0,"Remark":null}],"MinCouponPrice":10.0,"MaxCouponPrice":10.0},"CommentScore":4.78} |
?
?
返回結(jié)果參數(shù)說明:
?
字段名稱 | 字段編碼 | 數(shù)據(jù)類型 | 是否可空 | 備注 |
門店信息 | Store | json | 否 | |
活動信息 | ShopAllActives | json | 否 | 與2.2一致 |
評分 | CommentScore | Decimal | 否 |
門店信息?Store
?
字段名稱 | 字段編碼 | 數(shù)據(jù)類型 | 是否可空 | 備注 |
門店編號 | Id | int | 否 | |
商家編號 | ShopId | int | 否 | |
門店名稱 | ShopBranchName | string | 否 | |
門店地址 | AddressDetail | string | 否 | |
門店地址全路徑 | AddressFullName | string | 否 | |
聯(lián)系人 | ContactUser | string | 否 | |
聯(lián)系方式 | ContactPhone | string | 否 | |
狀態(tài) | Status | int | 否 | 0正常?1凍結(jié) |
狀態(tài)文本 | ShowStatus | string | 否 | |
服務(wù)半徑 | ServeRadius | decimal | 否 | |
門店banner | ShopImages | string | 是 | |
距離 | Distance | decimal | 是 | KM?不帶單位 |
距離 | DistanceUnit | string | 是 | 帶單位 |
是否門店配送 | IsStoreDelive | bool | 否 | |
是否自提 | IsAboveSelf | bool | 否 | |
配送費 | DeliveFee | decimal | 否 | |
包郵金額 | FreeMailFee | decimal | 否 | |
起送費 | DeliveTotalFee | decimal | 否 | |
營業(yè)開始時間 | StoreOpenStartTime | 否 | ||
營業(yè)結(jié)束時間 | StoreOpenEndTime | 否 |
0 Comments.