pingpp.batchWithdrawals.create(
APP_ID, // App ID
{
"withdrawals": [
"1701611150302360654", // 待确认提现对象 ID
"1701611151015078981" // 待确认提现对象 ID
]
},
function(err, data) {
if (err!=null){
console.log("pingpp.batchWithdrawals.create fail:",err)
}
// YOUR CODE
}
);
pingpp.batchWithdrawals.retrieve(
APP_ID, // App ID
"1901611151015122025", // 批量提现 ID
function(err, data) {
// YOUR CODE
}
);