GET api/eval/GetProductEvaluate?productId={productId}&pageIndex={pageIndex}&pageSize={pageSize}&level={level}
获取商品的评分
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productId | string |
Required |
|
| pageIndex | integer |
Required |
|
| pageSize | integer |
Required |
|
| level |
2:好评 1: 中评 0 差评 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.