查询客服下单列表
POST
api/order/customer/selectOrderList
请求参数
参数名
类型
描述
必填
status
string
订单状态
必填
enterpriseId
string
企业id
必填
customerName
string
客户姓名
必填
customerMobile
string
客户电话
必填
provinceId
string
省code
必填
cityId
string
市code
必填
areaId
string
区域code
必填
detailedAddress
string
详细地址
必填
installType
string
安装类型
必填
orderType
string
订单类型
必填
createTime
string
下单时间
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:success
必填
total
int
总数
必填
code
int
示例:0
必填
id
string
主键id
必填
enterpriseName
string
企业名称
必填
customerName
string
客户姓名
必填
customerMobile
string
客户电话
必填
address
string
详细地址
必填
installType
string
安装类型
必填
orderType
string
订单类型
必填
number
string
订单数量
必填
createTime
string
下单时间
必填
pageNum
int
示例:1
必填