- 管理页面
- 节点操作
- 前端专用
- README.md
- 文档库
- 挂载节点POST
- 查询订单POST
- 每日签到POST
- 为视频增加浏览记录POST
- 喜欢某个视频POST
- 收藏某个视频POST
- 查询收藏夹POST
- 查询金币账单POST
- 取消喜欢某个视频POST
- 取消收藏某个视频POST
- 查找节点视频POST
- 查找节点信息POST
- 查找某个域名POST
- 节点购买视频POST
- 查找节点已购视频POST
- 获取微信OpenIDPOST
- 获取应当使用的HashPOST
- 更新节点POST
- 创建投诉POST
- 查询自己的投诉POST
- 为节点更新昵称POST
- 通过昵称反查节点POST
- 查 询热搜POST
- coffee_获取首页POST
- 节点查找订单POST
- 域名_获取POST
- 查找节点模板信息POST
- 创建短链GET
- 使用短链GET
- 查询可用项目入口POST
- 创建二维码POST
- 查询自己的IPGET
查询订单
POST
/api/v1/node/order/query
责任人:message002
请求参数
Body 参数multipart/form-data
hash
string
可选
示例值:
d9c202ae52f26f3ef5e435167a035e0c
offset
string
偏移量
limit
string
单次返回多少条
示例值:
10
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/node/order/query' \
--form 'hash="d9c202ae52f26f3ef5e435167a035e0c"' \
--form 'offset=""' \
--form 'limit="10"'
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
billOrderList
array [object {21}]
必需
totalCount
integer
必需
msg
string
必需
示例
{
"code": 0,
"data": {
"billOrderList": [
{
"ID": 273,
"CreatedAt": "2023-04-11T19:40:20.957+08:00",
"UpdatedAt": "2023-04-11T19:40:20.957+08:00",
"DeletedAt": null,
"creatorNode": "TjJ2Sf3csMZeEnA9",
"type": "ordinary",
"manager": "admin",
"belong": "admin",
"belongHash": "Root",
"remark": "-",
"state": false,
"orderID": "WXHArPCZRp3N3",
"payable": 3,
"receipts": 0,
"buyVideoID": 60827,
"buyVipEXP": 0,
"buyGold": 0,
"notice": false,
"payChannelID": 1,
"charges": "支付",
"videoInfo": {
"ID": 60827,
"CreatedAt": "2023-03-18T15:48:26.076+08:00",
"UpdatedAt": "2023-04-08T14:16:12.052+08:00",
"DeletedAt": null,
"source": "other",
"type": "application/x-mpegURL",
"creator": "admin",
"title": "【国产】超喜欢她",
"poster": "http://rz2.fhepuqo.cn/v5/20220830/9gN7Eo8v/index.m3u8",
"view": 5,
"like": 0,
"url": "http://x.ashuiab52.cn:6166/v5/20220830/9gN7Eo8v/1.gpj",
"previewURL": "",
"labelJson": "[\"国产\"]",
"duration": 0,
"previewTime": 0,
"exp": 0,
"buyInfo": {
"useGold": 0,
"useMoney": 0
},
"private": {
"like": false,
"collect": false
}
}
},
{
"ID": 272,
"CreatedAt": "2023-04-11T19:40:18.26+08:00",
"UpdatedAt": "2023-04-11T19:40:18.26+08:00",
"DeletedAt": null,
"creatorNode": "TjJ2Sf3csMZeEnA9",
"type": "ordinary",
"manager": "admin",
"belong": "admin",
"belongHash": "Root",
"remark": "-",
"state": false,
"orderID": "5undefined4wn",
"payable": 3,
"receipts": 0,
"buyVideoID": 60827,
"buyVipEXP": 0,
"buyGold": 0,
"notice": false,
"payChannelID": 2,
"charges": "支付",
"videoInfo": {
"ID": 60827,
"CreatedAt": "2023-03-18T15:48:26.076+08:00",
"UpdatedAt": "2023-04-08T14:16:12.052+08:00",
"DeletedAt": null,
"source": "other",
"type": "application/x-mpegURL",
"creator": "admin",
"title": "【国产】超喜欢她",
"poster": "http://rz2.fhepuqo.cn/v5/20220830/9gN7Eo8v/index.m3u8",
"view": 5,
"like": 0,
"url": "http://x.ashuiab52.cn:6166/v5/20220830/9gN7Eo8v/1.gpj",
"previewURL": "",
"labelJson": "[\"国产\"]",
"duration": 0,
"previewTime": 0,
"exp": 0,
"buyInfo": {
"useGold": 0,
"useMoney": 0
},
"private": {
"like": false,
"collect": false
}
}
}
],
"totalCount": 2
},
"msg": ""
}