文档
测试

用户中心:评价管理,评价页面

POST
/usercenter/add_evaluate

接口描述

温馨提示:别忘了 token

请求参数

参数名
类型
描述
必填
order_id
int
订单ID
必填
order_no
int
订单编号
必填
order_goods_id
int
订单项ID
必填
goods_id
int
商品ID
必填
goods_name
string
商品名称
必填
goods_price
int
商品价格
必填
goods_image
string
商品图片
必填
shop_id
int
店铺ID
必填
shop_name
string
店铺名称
必填
content
string
评价内容
必填
scores
int
1-5分 描述相符度分数
必填
explain_type
int
1好评2中评3差评
必填
addtime
int
评价时间
必填
servicecredit
int
服务态度分数
必填
deliverycredit
int
发货速度分数
必填

响应参数

参数名
类型
描述
必填
code
int
200为成功 400为失败
必填
message
string
对code码的解释
必填