get:/v1/orders
integer:page=1#当前页码
integer:limit=10#单页显示数量
type#订单类型,可选值为购买、续费、充值、升级。
start#起始时间,如2021-11-01
end#结束时间,如2021-11-26
<<<
返回结果
{
"code": 0,
"count": 3,
"data": [{
"amount": 6667,
"create_at": null,
"create_at2": "2021-11-26 09:54:00",
"data": "{\"user_package\": 425, \"package_up\": 2, \"amount\": \"1\"}",
"des": "",
"id": 58,
"mch_order_no": null,
"pay_at": null,
"pay_type": null,
"state": "已付款",
"transaction_id": null,
"type": "升级",
"uid": 2
},
{
"amount": 11111100,
"create_at": null,
"create_at2": "2021-11-26 09:53:49",
"data": null,
"des": "管理员(1)手动充值",
"id": 57,
"mch_order_no": null,
"pay_at": null,
"pay_type": null,
"state": "已付款",
"transaction_id": null,
"type": "充值",
"uid": 2
},
{
"amount": 0,
"create_at": null,
"create_at2": "2021-11-16 14:47:38",
"data": "{\"end_at\": \"2021-12-16 14:47:38\", \"start_at\": \"2021-11-16 14:47:38\", \"package\": 384}",
"des": "",
"id": 56,
"mch_order_no": null,
"pay_at": null,
"pay_type": null,
"state": "已付款",
"transaction_id": null,
"type": "购买",
"uid": 2
}
]
}