1551934118171352.jpg

文章內容

自助建站門店評價聚合接口
作者:admin | 時間︰2020-05-26 13:31:21

(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


 

 

2.11門店評價列表接口

(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

 

字段名稱

字段編碼

數據類型

是否可空

備注

圖片地址

CommentImage