Browse Source

支付宝支付

yijia
v-Brocloni 3 years ago
parent
commit
079a46669d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      addons/epay/library/Service.php

+ 2
- 0
addons/epay/library/Service.php View File

@@ -66,11 +66,13 @@ class Service
case 'web':
//电脑支付,跳转
$html = $pay->driver($type)->gateway('web')->pay($params);
echo $html;die;
Response::create($html)->send();
break;
case 'wap':
//手机网页支付,跳转
$html = $pay->driver($type)->gateway('wap')->pay($params);
echo $html;die;
Response::create($html)->send();
break;
case 'app':


Loading…
Cancel
Save