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

14 lines
567 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/CommentCreate
content-type: application/json
Authorization: {{BSM_TOKEN}}
{
"product_identity":"01965b81-9869-766d-ba8a-01af33d135bc",
"spec_identity": "0196754c-bb82-7b10-9e6d-4163a4ba35b2",
"store_identity":"01965b51-5344-7218-a9b9-bc71031f6f10",
"nick_name": "F",
"score": 4,
"comment": "使",
"reply": "",
"enabled": 1
}