GET api/Comment?shopID={shopID}&goodsID={goodsID}&pageIndex={pageIndex}&pageSize={pageSize}
商品评论列表.商品
请求信息
URI 参数
| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| shopID |
门店 |
string |
Required |
| goodsID |
商品代码 |
string |
Required |
| pageIndex |
页 |
integer |
Required |
| pageSize |
页长度 |
integer |
Required |
Body 参数
None.
响应信息
响应描述
商品评论列表.商品
Collection of cCommentG| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| UserID | string |
None. |
|
| NickNM | string |
None. |
|
| AvatarUrl | string |
None. |
|
| Gender | string |
None. |
|
| StarNum | integer |
None. |
|
| Comment | string |
None. |
|
| Commentdt | string |
None. |
响应格式
application/json, text/json
Sample:
[
{
"_UserID": "sample string 1",
"_NickNM": "sample string 2",
"_AvatarUrl": "sample string 3",
"_Gender": "sample string 4",
"_StarNum": 5,
"_Comment": "sample string 6",
"_Commentdt": "sample string 7"
},
{
"_UserID": "sample string 1",
"_NickNM": "sample string 2",
"_AvatarUrl": "sample string 3",
"_Gender": "sample string 4",
"_StarNum": 5,
"_Comment": "sample string 6",
"_Commentdt": "sample string 7"
}
]
text/html
Sample:
[{"_UserID":"sample string 1","_NickNM":"sample string 2","_AvatarUrl":"sample string 3","_Gender":"sample string 4","_StarNum":5,"_Comment":"sample string 6","_Commentdt":"sample string 7"},{"_UserID":"sample string 1","_NickNM":"sample string 2","_AvatarUrl":"sample string 3","_Gender":"sample string 4","_StarNum":5,"_Comment":"sample string 6","_Commentdt":"sample string 7"}]