文章內容
(1) 請求路徑︰xxx.com/ SmallProgAPI /Home/GetCommentCountAggregate
(2) 請求參數︰
參數名稱 | 必填 | 參數值說明 | 格式要求 |
Id | 是 | int | 門店編號 |
(3) 返回值說明︰Json格式
返回結果︰ {"success":true,"msg":"","code":0,"data":{"AllComment":3,"LowComment":0,"MediumComment":0,"HighComment":3,"HasImageComment":1,"AppendComment":2}} |
返回結果參數說明︰
字段名稱 | 字段編碼 | 數據類型 | 是否可空 | 備注 |
差評總數 | LowComment | int | 否 | |
中評總數 | MediumComment | int | 否 | |
好評總數 | HighComment | int | 否 | |
有圖總數 | HasImageComment | int | 否 | |
追評總數 | AppendComment | int | 否 | |
評價總數 | AllComment | int | 否 |
(1) 請求路徑︰xxx.com/ SmallProgAPI /Home/GetComments
(2) 請求參數︰
參數名稱 | 必填 | 參數值說明 | 格式要求 |
ShopBranchId | 是 | int | 門店編號 |
CommentType | 否 | int | 評價類型 2 差評 3 中評 4 好評 6 有追評 11 有圖 |
PageNo | 是 | int | 頁碼 |
PageSize | 是 | int | 頁顯示數 |
(3) 返回值說明︰Json格式
返回結果︰ {"success":true,"msg":"",code:0,"data":{"total":1,"rows":[{"UserPhoto":"http://localhost//Storage/Member/395/headImage.jpg","Id":468,"ProductId":825,"ShopId":318,"ShopName":"謝惠春店鋪","UserId":395,"UserName":"selleradmin","Email":"305860255@qq.com","ReviewContent":"呵呵呵嘿啊熱和熱熱熱","ReviewDate":"2017-04-26T10:51:08","ReplyContent":null,"ReplyDate":null,"ReviewMark":1,"SubOrderId":1320,"AppendContent":null,"AppendDate":null,"ReplyAppendContent":null,"ReplyAppendDate":null,"IsHidden":true,"ProductName":"yu蛋糕","SkuId":"825_19_0_16","SKU":"黃色+200","Images":[{"Id":85,"CommentImage":"/Storage/Plat/Comment/39520170426105009247682.png","CommentId":468,"CommentType":0},{"Id":86,"CommentImage":"/Storage/Plat/Comment/39520170426105034876661.png","CommentId":468,"CommentType":0},{"Id":87,"CommentImage":"/Storage/Plat/Comment/39520170426105044419593.png","CommentId":468,"CommentType":0},{"Id":88,"CommentImage":"/Storage/Plat/Comment/39520170426105053432307.png","CommentId":468,"CommentType":0},{"Id":89,"CommentImage":"/Storage/Plat/Comment/39520170426105103235023.png","CommentId":468,"CommentType":0}]}]}} |
返回結果參數說明︰
字段名稱 | 字段編碼 | 數據類型 | 是否可空 | 備注 |
總數 | total | int | 否 | |
數據列表 | rows | int | 否 |
數據列表 rows
字段名稱 | 字段編碼 | 數據類型 | 是否可空 | 備注 |
商品名稱 | ProductName | string | 否 | |
規格 | SKU | string | 是 | |
用戶名 | UserName | string | 否 | |
用戶頭像 | UserPhoto | string | 是 | |
評價 | ReviewContent | string | 否 | |
評價時間 | ReviewDate | string | 否 | |
評價得分 | ReviewMark | int | 否 | |
追加評價 | AppendContent | string | 是 | |
追加評價時間 | AppendDate | string | 是 | |
回復 | ReplyContent | string | 是 | |
回復時間 | ReplyDate | string | 是 | |
回復追加 | ReplyAppendContent | string | 是 | |
回復追加時間 | ReplyAppendDate | string | 是 | |
圖片列表 | Images | json | 是 |
圖片列表 Images