pay debug

This commit is contained in:
devil_gong 2019-01-08 12:45:56 +08:00
parent e0082bb5a3
commit 8dbcb6c3c7

View File

@ -168,7 +168,8 @@ class WeixinMini
// h5支付 // h5支付
case 'MWEB' : case 'MWEB' :
$result = DataReturn('success', 0, $data['mweb_url']); $url = MyUrl('index/qrcode/index', ['content'=>$data['mweb_url']]);
$result = DataReturn('success', 0, $url);
break; break;
// 微信中/小程序支付 // 微信中/小程序支付