添加评论
POST
/api/goods/comment
接口描述
添加评论
请求头
参数名
类型
描述
必填
content-type
string
application/json
必填
请求参数
参数名
类型
描述
必填
id
int
示例:1
必填
username
string
示例:6109119121
必填
goods_id
int
示例:3
必填
content
string
示例:beautiful
必填
成功返回
失败返回
参数名
类型
描述
必填
status
int
状态码
必填
message
string
对返回状态的描述
必填
data
dict
一个空的字典
必填