提现方式
开发中
GET
/api/withdraw/withdrawType
请求参数
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/withdrawType' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
array [object {3}]
必需
id
integer
可选
title
string
可选
image
string
可选
示例
{"code":1,"show":0,"msg":"","data":[{"id":1,"title":"支付宝","image":"http://www.php-ws.localhost/resource/image/api/default/ali.png"}]}
修改于 2024-03-13 07:09:35