文档
测试

查询用户订单月结记录

GET
http://172.16.16.100:8085/api/web/orderMonthlySettlement/search

请求参数

参数名
类型
描述
必填
userId
Integer
用户ID
必填
status
Boolean
true已支付false未支付
必填
orderId
Long
订单编号
必填

响应参数

参数名
类型
描述
必填
retMsg
String
操作成功,服务端异常
必填
retCode
String
0表示操作成功,50010服务端异常
必填
data
Object
返回参数
必填
id
Integer
必填
orderId
Long
订单id
必填
val
double
金额
必填
status
Boolean
状态
必填
note
String
备注
必填
createdAt
date
创建时间
必填