master
elf 2 years ago
parent 2b9202b88f
commit eff0c54a29

@ -2083,7 +2083,7 @@ class PayH5Controller extends BaseController{
'user_token' => $this->userToken, 'user_token' => $this->userToken,
]; ];
if ($pay_info['channel'] == 8 && $request['sdk_version'] == 2) { if ($pay_info['channel'] == 8 && $request['sdk_version'] == 2) {
$data['tx_client'] = 'hideopen';
} else { } else {
$data['tx_client'] = 'tx_forbid_return'; $data['tx_client'] = 'tx_forbid_return';
} }

Loading…
Cancel
Save