# 账户余额提现

# 说明

  • 该接口适用于开通手动提现账户

# 接口地址

https://open.weidoufu.com/funds/encash (opens new window)

请求方式:POST

# 接口参数

名称 类型 必填参数 说明 (AccessKey/SecretKey)应用密钥
access_key string(32) 应用密钥的 AK,即是 AccessKey
total_fee int(9) 提现金额(单位:分)
sign string 签名结果(大写),详见 签名算法 (opens new window)

# 返回参数

返回为 json 格式

名称 字段类型 必有 说明
code int 1:成功   0:失败
message string 返回描述信息
data object 返回数据

成功返回结果:

{
  code: 1,
  data: '',
  message: "提现受理成功",
  status: "success"
}

失败返回结果:

{
  code: 0,
  data: '',
  message: "提现受理失败",
  status: "fail"
}
最后更新于: 1/17/2024, 4:13:31 PM