维也纳酒店集团API
API文档 点评API MdlHotelCommentScoreView

MdlHotelCommentScoreView

简要描述

属性

名称 类型 示例值 描述
Score Decimal 综合评分
SleepScore Decimal 睡眠舒适度
ServiceScore Decimal 热情服务
BathScore Decimal 淋浴舒适度
HealthScore Decimal 客房卫生
CommentNum Int32 酒店评价总数

JSON示例

数据格式:

{
    "Score": 5, 
    "SleepScore": 5, 
    "ServiceScore": 0, 
    "BathScore": 5, 
    "HealthScore": 5, 
    "CommentNum": 50
}