条件查
GET
http://localhost:8082/api/orderEvaluate/list?orderId=75
请求头
参数名
类型
描述
必填
Authorization
string
示例:Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjA4NTY2ZWFlLTQxNWMtNGY0MS1hYmRhLWU4MDEyMDM5MGIwZCJ9.DMG5jiwBNYvMS0u4MaZwEVMTDTsVWIj38zsciqYCnzFpzUgJYcPQQC2OoHAxPo6vAs6hYJ07vyphloNc8MI_2Q
必填
请求参数
参数名
类型
描述
必填
orderId
int
订单id 示例:75
必填
响应参数
参数名
类型
描述
必填
total
int
示例:1
必填
params
object
数据字典
必填
id
int
主键id 示例:5
必填
orderId
int
订单 id 示例:75
必填
corporateId
int
企业id 示例:1
必填
state
int
评价类型(0未评论,1已评论) 示例:1
必填
storeScore
int
商店评分 示例:3
必填
storeComment
string
商店评论 示例:超级赞!
必填
expressScore
int
物流评分 示例:5
必填
expressComment
string
物流评论 示例:物流超级快
必填
serviceScore
int
服务评分 示例:1
必填
serviceComment
string
服务评论 示例:差评,这服务人员到店就下班
必填
proposal
string
建议意见 示例:最好的建议就是没有建议
必填
realNameStatus
int
是否实名(0:否,1:是)1的话不传 示例:0
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填