Files
full/module/ec/mall/test/item/comment/comment_modify.http

15 lines
585 B
HTTP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
POST http://127.0.0.1:12419/mall.Product/CommentModify
content-type: application/json
Authorization: {{BSM_TOKEN}}
{
"identity":"019660a2-4947-7144-9bfa-7e1dfdc709dd",
"product_identity":"01965b81-9869-766d-ba8a-01af33d135bc",
"nickname": "F",
"score": 5,
"comment": "",
"reply": "",
"enabled": 1
}