文档
测试

获取已确认订单列表

POST
/getOrderSureList

接口描述

获取已确认订单列表 sub_account_id sub_account_type sub_platform_type 传空字符串时查所有公司

请求参数

参数名
类型
描述
必填
pageNo
number
当前页,从1开始 示例:1
必填
pageSize
number
每页显示条数 示例:10
必填
account_id
string
服务商账号ID
必填
account_type
string
服务商账号类型 1:制造商,2:服务商,3:水司
必填
platform_type
string
服务商平台类型
必填
sub_account_id
string
制造商账号ID
必填
sub_account_type
string
制造商账号类型 1:制造商,2:服务商,3:水司
必填
sub_platform_type
string
制造商平台类型
必填
delivery_status
string
发货状态 0:部分发货 1:全部发货 2:未发货
必填

响应参数

参数名
类型
描述
必填
total
number
总数 示例:2
必填
list
array
列表
必填
order_id
number
订单ID(唯一)
必填
goods_id
number
商品ID 商品列表接口获取
必填
address_id
number
收货地址ID 收货地址接口获取
必填
account_id
string
服务商账号id
必填
account_type
string
服务商账号类型
必填
platform_type
string
服务商平台类型
必填
business_name
string
服务商厂家名称
必填
sub_account_id
string
制造商账号id
必填
sub_account_type
string
制造商账号类型
必填
sub_platform_type
string
制造商平台类型
必填
sub_business_name
string
制造商厂家名称
必填
caliber_number
string
订单口径和数量 口径和数量之间用|分隔 多组时间用&分隔 示例:caliber=15mm|num=10&caliber=15mm|num=10
必填
device_type_id
string
物联设备类型 商品列表接口获取 1. LORAWAN_S 2. NB 3. 其他
必填
remarks
string
备注
必填
order_time
string
下单时间
必填
order_number
string
订单号
必填
delivery_status
string
发货状态 0:部分发货 1:全部发货 2:未发货
必填
test_status
string
质检状态 0:未质检 1:已全部质检 2:部分质检 3:超检
必填
order_status
string
订单状态 0:未确认 1:已确认 2:已取消
必填

说明 / 示例

{ code: 200, msg: '查询成功', data: {} }

错误码err

参数名
类型
描述
必填
-1
参数错误
必填
-2
系统异常
必填