文档
测试

门店信息

GET
/mall/tzShopDetail/detail

请求头

参数名
类型
描述
必填
Authorization
String
格式:[bearer ]+[token],例 bearer ad179bec-3bee-4ecf-8238-2763a440557e
必填

请求参数

参数名
类型
描述
必填
shopId
店铺id
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:成功
必填
code
int
示例:1
必填
data
object
数据字典
必填
shopId
int
示例:1
必填
shopName
string
店铺名称,示例:鑫汇客总店
必填
intro
string
店铺简介,示例:长沙岳麓鑫汇客体验店
必填
tel
string
店铺联系电话,示例:020-123456
必填
shopLat
string
店铺所在纬度,示例:28.196933
必填
shopLng
string
店铺所在经度,示例:113.018439
必填
shopAddress
string
店铺详细地址,示例:大学城北
必填
province
string
店铺所在省份,示例:湖南省
必填
city
string
店铺所在城市,示例:广州市
必填
area
string
店铺所在区域,示例:番禺区
必填
pcaCode
string
店铺省市区代码,示例:44/4401/440113
必填
shopLogo
string
店铺logo,示例:/test/yjtp.png
必填
shopPhotos
string
店铺宣传图,多张以英文逗号分隔组成字符串,示例:/test/guanggao01.png
必填
message
string
示例:成功
必填

说明 / 示例

``` { "msg": "成功", "code": 1, "data": { "shopId": 1, "shopName": "鑫汇客总店", "userId": "1", "appUserId": "test", "shopType": null, "intro": "长沙岳麓鑫汇客体验店", "shopNotice": null, "shopIndustry": null, "shopOwner": null, "mobile": null, "tel": "020-123456", "shopLat": "28.196933", "shopLng": "113.018439", "shopAddress": "大学城北", "province": "湖南省", "city": "广州市", "area": "番禺区", "pcaCode": "44/4401/440113", "shopLogo": "/test/yjtp.png", "shopPhotos": "/test/guanggao01.png", "openTime": "00:00:00 - 00:20:00", "shopStatus": 1, "transportType": null, "fixedFreight": null, "fullFreeShipping": null, "createTime": "2018-08-30T03:10:05.000+0000", "updateTime": null, "isDistribution": 1 }, "message": "成功" } ```