GET api/Comment?shopID={shopID}&orderNO={orderNO}
商品评论列表.订单
请求信息
URI 参数
| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| shopID |
门店 |
string |
Required |
| orderNO |
订单 |
string |
Required |
Body 参数
None.
响应信息
响应描述
商品评论列表.订单
Collection of cCommentO| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| ShopID | string |
None. |
|
| OrderNO | string |
None. |
|
| GoodsID | string |
None. |
|
| GoodsNM | string |
None. |
|
| GoodsUrl | string |
None. |
|
| UserID | string |
None. |
|
| NickNM | string |
None. |
|
| AvatarUrl | string |
None. |
|
| Gender | string |
None. |
|
| CommState | string |
None. |
|
| StarNum | integer |
None. |
|
| Comment | string |
None. |
|
| Commentdt | string |
None. |
响应格式
application/json, text/json
Sample:
[
{
"_ShopID": "sample string 1",
"_OrderNO": "sample string 2",
"_GoodsID": "sample string 3",
"_GoodsNM": "sample string 4",
"_GoodsUrl": "sample string 5",
"_UserID": "sample string 6",
"_NickNM": "sample string 7",
"_AvatarUrl": "sample string 8",
"_Gender": "sample string 9",
"_CommState": "sample string 10",
"_StarNum": 11,
"_Comment": "sample string 12",
"_Commentdt": "sample string 13"
},
{
"_ShopID": "sample string 1",
"_OrderNO": "sample string 2",
"_GoodsID": "sample string 3",
"_GoodsNM": "sample string 4",
"_GoodsUrl": "sample string 5",
"_UserID": "sample string 6",
"_NickNM": "sample string 7",
"_AvatarUrl": "sample string 8",
"_Gender": "sample string 9",
"_CommState": "sample string 10",
"_StarNum": 11,
"_Comment": "sample string 12",
"_Commentdt": "sample string 13"
}
]
text/html
Sample:
[{"_ShopID":"sample string 1","_OrderNO":"sample string 2","_GoodsID":"sample string 3","_GoodsNM":"sample string 4","_GoodsUrl":"sample string 5","_UserID":"sample string 6","_NickNM":"sample string 7","_AvatarUrl":"sample string 8","_Gender":"sample string 9","_CommState":"sample string 10","_StarNum":11,"_Comment":"sample string 12","_Commentdt":"sample string 13"},{"_ShopID":"sample string 1","_OrderNO":"sample string 2","_GoodsID":"sample string 3","_GoodsNM":"sample string 4","_GoodsUrl":"sample string 5","_UserID":"sample string 6","_NickNM":"sample string 7","_AvatarUrl":"sample string 8","_Gender":"sample string 9","_CommState":"sample string 10","_StarNum":11,"_Comment":"sample string 12","_Commentdt":"sample string 13"}]