提现明细
GET
/exmoney
请求参数
Query 参数
status
string
提现状态
txmethon
string
可选
starttime
string
开始时间
endtime
string
结束时间
timetype
string
可选
sort
string
可选
page
string
页码
limit
string
条数
Header 参数
Authorization
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/exmoney?status=&txmethon&starttime=&endtime=&timetype=&sort=&page=&limit=' \
--header 'Authorization;'
返回响应
🟢200成功
application/json
Body
code
string
必需
msg
string
必需
data
array [object {12}]
必需
id
string
必需
tx_num
string
必需
tx_zfbxm
string
必需
tx_zfbzh
string
必需
tx_agent
string
必需
tx_status
string
必需
tx_time
string
必需
tx_stime
string | null
必需
tx_reson
string | null
必需
tx_methon
string
必需
tx_before
string
必需
tx_fuwu
string
必需
total
integer
必需
page
integer
必需
limit
integer
必需
示例
{
"code": "1",
"msg": "success",
"data": [
{
"id": "397",
"tx_num": "11687.02",
"tx_zfbxm": "测试",
"tx_zfbzh": "18888888888",
"tx_agent": "10000",
"tx_status": "已驳回",
"tx_time": "2024-07-11 14:48:51",
"tx_stime": "2024-08-11 14:51:05",
"tx_reson": "先提4500",
"tx_methon": "0",
"tx_before": "12433",
"tx_fuwu": "745.98"
},
{
"id": "402",
"tx_num": "75.20",
"tx_zfbxm": "测试",
"tx_zfbzh": "18888888888",
"tx_agent": "10000",
"tx_status": "已打款",
"tx_time": "2024-07-13 07:53:44",
"tx_stime": "2024-07-13 11:09:53",
"tx_reson": null,
"tx_methon": "0",
"tx_before": "80",
"tx_fuwu": "4.8"
},
{
"id": "400",
"tx_num": "1198.50",
"tx_zfbxm": "测试",
"tx_zfbzh": "18888888888",
"tx_agent": "10000",
"tx_status": "已打款",
"tx_time": "2024-07-11 15:40:13",
"tx_stime": "2024-07-11 21:33:26",
"tx_reson": null,
"tx_methon": "0",
"tx_before": "1275",
"tx_fuwu": "76.5"
},
{
"id": "398",
"tx_num": "4230.00",
"tx_zfbxm": "测试",
"tx_zfbzh": "18888888888",
"tx_agent": "10000",
"tx_status": "已打款",
"tx_time": "2024-07-11 14:53:13",
"tx_stime": "2024-07-11 15:10:39",
"tx_reson": null,
"tx_methon": "0",
"tx_before": "4500",
"tx_fuwu": "270"
},
{
"id": "410",
"tx_num": "4700.00",
"tx_zfbxm": "测试",
"tx_zfbzh": "18888888888",
"tx_agent": "10000",
"tx_status": "已同意",
"tx_time": "2024-07-25 01:22:25",
"tx_stime": null,
"tx_reson": null,
"tx_methon": "0",
"tx_before": "5000",
"tx_fuwu": "300"
}
],
"total": 5,
"page": 1,
"limit": 10
}
修改于 2025-05-14 18:31:10