👏欢迎访问食亨开放平台,这里将提供给你优质的接口,请选择对应系统tab进入到接口文档
/shop/rating
POST
application/json
*/*
参数名称 | 参数说明 | in | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
appId | 应用唯一标识appId | true | string | ||
sign | 参数签名 | true | string | ||
timestamp | 时间戳 | true | integer(int64) | ||
version | 版本 | true | string | ||
paramContent | 参数内容 | true |
参数名称 | 参数说明 | in | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
endDate | 查询结束时间(yyyy-MM-dd) | true | string | ||
startDate | 查询开始时间(yyyy-MM-dd) | true | string | ||
platformId | 平台 0:美团,1:饿了么 | false | array | integer | |
shopIdList | 中台门店列表 | true | array | string |
状态码 | 说明 | schema |
---|---|---|
200 | OK | ShopDataBusinessSdkResponse |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
参数名称 | 描述 | 类型 | 枚举 | 必填 | 备注 |
---|---|---|---|---|---|
date | 日期 | 日期 | true | 格式:2023-08-01 | |
dimPShopId | 渠道门店ID唯一Key | 字符串 | true | ||
shopRating | 评分 | decimal | true | ||
platformId | 平台 | 数字类型(Long) | 0:美团,1:饿了么 | false |