- 官方AI产品模块
- AI角色预设模块
- AI产品模块
- AI提示模块
- 应用模块
- 内容模块
- 商家地址库
- 权益卡模块
- 客服模块
- 公共模块
- 短信模块
- 系统公告模块
- 门店模块
- 商品模块
- 营销模块
- 售后服务模块
- 购物车模块
- 包裹物流模块
- 订单模块
- 支付模块
- 礼品模块
- 搜索模块
- 用户AI模块
- 用户会员模块
- 用户优惠券模块
- 分销员模块
- 用户收藏模块
- 用户登录模块
- 用户退出登录模块
- 用户订单模块
- 会员充值模块
- 用户注册模块
- 用户微信模块
- 用户提现模块
获取门店详情
GET
https://api.shakingcloud.com/api/common/store/detail/{key}
门店模块
请求参数
Path 参数
key
string
门店ID
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.shakingcloud.com/api/common/store/detail/'
返回响应
🟢200OK
application/json
Body
attributes
object
可选
code
string
可选
data
object (StoreModel)
可选
address
string
可选
areaIds
string
可选
businessEndTime
string <date-time>
可选
businessStartTime
string <date-time>
可选
code
string
可选
cpc
string
可选
createDate
string <date-time>
可选
description
string
可选
distance
number <double>
可选
distanceStr
string
可选
externalId
string
可选
gps
string
可选
groupKey
string
可选
image
string
可选
images
array[object (StoreImage) {3}]
可选
isNearby
boolean
可选
isSelfTake
boolean
可选
key
string
可选
latitude
number
可选
locationIcon
string
可选
longitude
number
可选
managerKey
string
可选
modifyDate
string <date-time>
可选
name
string
可选
phoneIcon
string
可选
score
integer <int32>
可选
status
enum<string>
可选
枚举值:
offlineonlinestopclose
telephone
string
可选
tkey
string
可选
type
enum<string>
可选
枚举值:
selfOperatedirectRetailjointOperateagentjoined
msg
string
可选
success
boolean
可选
totalCount
integer <int64>
可选
示例
{
"attributes": {},
"code": "string",
"data": {
"address": "string",
"areaIds": "string",
"businessEndTime": "2019-08-24T14:15:22Z",
"businessStartTime": "2019-08-24T14:15:22Z",
"code": "string",
"cpc": "string",
"createDate": "2019-08-24T14:15:22Z",
"description": "string",
"distance": 0,
"distanceStr": "string",
"externalId": "string",
"gps": "string",
"groupKey": "string",
"image": "string",
"images": [
{
"path": "string",
"sort": 0,
"title": "string"
}
],
"isNearby": true,
"isSelfTake": true,
"key": "string",
"latitude": 0,
"locationIcon": "string",
"longitude": 0,
"managerKey": "string",
"modifyDate": "2019-08-24T14:15:22Z",
"name": "string",
"phoneIcon": "string",
"score": 0,
"status": "offline",
"telephone": "string",
"tkey": "string",
"type": "selfOperate"
},
"msg": "string",
"success": true,
"totalCount": 0
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2023-06-19 03:50:23