文档
测试

查看提币地址

POST
/accountWithdraw/getAccountWithdraw

请求头

参数名
类型
描述
必填
token
必填

请求参数

参数名
类型
描述
必填
customerId
Long
用户id
必填
protocolId
Long
协议id
必填
coinCode
String
币种符号
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
msg
string
示例:
必填
obj
array
数据列表
必填
id
int
示例:1
必填
accountId
int
示例:1(账户Id)
必填
coinProtocolId
int
示例:1(币种协议id)
必填
rechargeAddress
string
示例:dadasdadasdsad(充币地址)
必填
status
int
示例:1(状态1:开启,2:关闭)
必填
created
string
示例:2021-01-18
必填
modified
string
示例:2021-01-18
必填
code
string
示例:100
必填
version
string
示例:1.0
必填
size
int
示例:0
必填

说明 / 示例

{ "success": true, "msg": "", "obj": [{ "id":1, "accountId":1, "coinProtocolId":1, "rechargeAddress":"dadasdadasdsad", "status":1, "created":"2021-01-18", "modified":"2021-01-18" }], "code": "100", "version": "1.0", "size": 0 }