文档
测试

发起提现

POST
https://api.demo.xielongly.com/xielong

请求参数

参数名
类型
描述
必填
appkey
string
系统版本密钥,具体以系统配置为准
必填
xldata
string
传递的加密参数
必填
userid
int
账号
必填
timestamp
int
当前时间戳
必填
sign
string
签名,具体请查看公共说明->3.数字签名
必填
requesttype
string
Elephant-Index-withdrawal(接口标识)
必填
data_type
int
返回数据类型1密文 2明文(默认不填为密文)
必填
ip
string
客户端IP
必填
usertoken
string
会员标识
必填
orderdata
array
提现数据
必填
amount
提现金额(最低100起)
必填
username
真实姓名
必填
number
银行账号
必填
platform_name
开户行
必填
phone
手机号(非必填)
必填

响应参数

参数名
类型
描述
必填
status
int
响应状态:400失败 , 200成功
必填
msg
string
返回业务消息提示
必填
xldata
string
返回的加密数据
必填
order_sn
订单编号
必填

说明 / 示例

```json { "status": 200, "msg": "数据获取成功", "xldata": { "banner": [ { "title": "轮播一", "img": "http://sysdemo.local.xlong.net/uploads/image/20210308/20210308175830_18369.jpg", "url_on": 1, "url_pc_link": "", "url_mp_link": "", "url_app_link": "", "url_small_link": "" }, { "title": "轮播二", "img": "http://sysdemo.local.xlong.net/uploads/image/20210308/20210308180024_58039.jpg", "url_on": 1, "url_pc_link": "", "url_mp_link": "", "url_app_link": "", "url_small_link": "" } ], "card": { "product_no": 90000006, "img": "http://sysdemo.local.xlong.net/uploads/image/20210308/20210308174050_17146.png" } } }