提现记录
开发中
GET
/api/withdraw/lists
请求参数
Header 参数
token
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 '/api/withdraw/lists' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
lists
array [object {10}]
必需
count
integer
必需
page_no
integer
必需
page_size
integer
必需
extend
array[string]
必需
示例
{"code":1,"show":0,"msg":"","data":{"lists":[{"type_desc":"微信收款码","status_desc":"待审核","handling_fee_ratio":"1%","id":1,"sn":"202403131542087566","money":"10.00","left_money":"9.90","handling_fee":"0.10","account":"test","create_time":"2024-03-13 15:42:08"}],"count":1,"page_no":1,"page_size":25,"extend":[]}}
修改于 2024-03-13 07:42:44