开放能力提现
将金额提到用户 WF 零钱。
接口
| 方法 | WF.withdrawToWallet(opt) 别名 WF.withdraw |
|---|---|
| 参数 | amount 金额(元) title 标题 可选 orderNo appId |
| 回调 | success(data) fail(err) |
示例
WF.withdrawToWallet({
amount: 1,
title: '提现到零钱',
success: function (d) { console.log('已到账', d) },
fail: function (e) { console.log(e.errMsg) }
})