doRefund($out_trade_no, $totalmoney, $refundmoney); } public function doWithdraw($member_id, $out_trade_no, $money, $desc, $type) { // TODO: Implement doWithdraw() method. } public function buildRequestSign() { // TODO: Implement buildRequestSign() method. } }