文档
测试

订单清单

GET
/order/

接口描述

订单清单

请求参数

参数名
类型
描述
必填
size
int
每页条数
可选
index
int
分页序号
可选
keyword
string
搜索关键词
可选
goodsType
tinyint
订单大类型,1许可订单,2云服务器订单,默认1
必填

成功

参数名
类型
描述
必填
total
int
总条数
必填
code
obj
状态码
必填
msg
string
"" (成功为空的字符串) | 错误信息
必填
data
必填
id
int
id
必填
code
string
订单号
必填
type
string
订单类型,usually普通订单,repay续费,expand增购
必填
addtime
datetime
添加时间
必填
accId
int
提单人id
必填
accCode
string
提单人账号
必填
accName
string
提单人中文名
必填
origAmount
money
订单原始金额
必填
orderAmount
money
最终成交金额
必填
payType
string
支付方式,wx微信,ali支付宝、offline离线转账
必填
state
string
状态,1未支付,2已支付
必填
content
array
具体购买商品内容及规格
必填
powerServId
tinyint
服务库id
必填
powerServName
string
服务库名称
必填
num
num
购买数量
必填
month
num
购买时长
必填
numProj
必填
isProj
必填

失败

参数名
类型
描述
必填
code
int
状态码
必填
msg
string
"" (成功为空的字符串) | 错误信息
必填