文档
测试

添加评论

POST
http://cartorder.qxmall.com/cartorder/comment/addComment

请求参数

参数名
类型
描述
必填
memberId
int
示例:17
必填
orderId
int
示例:33
必填
skuId
int
示例:2
必填
commentText
string
示例:太物超所值了!
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:评价成功
必填
code
int
示例:0
必填

说明 / 示例

```json { "memberId":17, "orderId":33, "skuId":2, "commentText":"太物超所值了!" }