订单-查询
GET
/order/orderList
接口描述
获取已完成订单
请求参数
参数名
类型
描述
必填
orderId
String
订单号
必填
accCode
String
用户号
必填
accName
String
用户名
必填
comName
String
组织名称
必填
origAmount
String
订单价格
必填
orderAmount
String
成交价格
必填
createdDate
String
下单时间
必填
state
String
状态
必填
payType
String
支付方式
必填
goodsType
String
商品类别
必填
contactsName
String
联系人
必填
page
ing
页码
必填
size
int
每页数量
必填
响应参数
参数名
类型
描述
必填
code
String
提示代码
必填
msg
String
提示信息
必填
data
List
数据集
必填