Change-Id: Id5fa4e3e9e60f074d727b4ff740e95492e1ccaa0
This commit is contained in:
vguanyiwgd 2024-05-11 11:08:31 +08:00
parent b02c34c3b6
commit 2eb79724ce
1 changed files with 4 additions and 0 deletions

View File

@ -425,6 +425,10 @@ class Recharge extends REST_Controller
'from_account_id' => $from_account_id, 'from_account_id' => $from_account_id,
'recharge_fund_type' => '7', 'recharge_fund_type' => '7',
); );
if($this->user->company_id == 15) {
unset($payinfo['recharge_fund_type']);
}
$r = gpay_add_user_account_uid($touser->id, $zy_amount, $payinfo, $updateInfo2); $r = gpay_add_user_account_uid($touser->id, $zy_amount, $payinfo, $updateInfo2);
if($r != 'suc') { if($r != 'suc') {
$this->response(array( $this->response(array(