07、对商品评分
GET
http://localhost:8080/product/rate/{id}
接口描述
id表示商品的id
请求参数
参数名
类型
描述
必填
score
float
评分
必填
username
string
用户名
必填
响应参数
参数名
类型
描述
必填
code
string
示例:200
必填
msg
string
示例:已完成评分!
必填
data
object
示例:null
必填