文档
测试

店铺评分查询

GET
/csc/review/getShopReviewScoreByShopId/1406519712036294656

接口描述

查询当前店铺的综合评分,新鲜度评分等 信息

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:200
必填
ShopReviewScore
object
数据字典
必填
shopId
string
示例:1406519712036294656
必填
total
float
示例:2.95
必填
fresh
float
示例:3.4
必填
pack
float
示例:3.8
必填
flavor
float
示例:2.2
必填
delivery
float
示例:2.4
必填

说明 / 示例

{ "msg": "success", "code": 200, "ShopReviewScore": { "shopId": "1406519712036294656", "total": 2.95, "fresh": 3.4, "pack": 3.8, "flavor": 2.2, "delivery": 2.4 } }