获取门店经营时间
测试环境
测试环境
POST
/open/v1/shop/fetchPeriod
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/shop/fetchPeriod?appKey=&shopIdenty=&brandId=&version=×tamp=&sign='
响应示例响应示例
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": [
{
"periodId": 65863891506184190,
"shopId": 810094162,
"periodName": "早餐",
"periodType": 0,
"periodStarttime": "01:00",
"periodEndtime": "09:00",
"status": 0,
"createDateTime": null,
"modifyDateTime": null,
"memo": null,
"periodUuid": "b294c94c5e91491ab3c73ffe0843c980"
}
]
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
返回响应
修改于 2021-12-16 06:36:24