mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
pay debug
This commit is contained in:
@ -163,7 +163,7 @@ class WeixinMini
|
||||
{
|
||||
// web支付
|
||||
case 'NATIVE' :
|
||||
$url = MyUrl('index/qrcode/index', ['content'=>$data['code_url']]);
|
||||
$url = MyUrl('index/qrcode/index', ['content'=>urlencode($data['code_url'])]);
|
||||
$result = DataReturn('success', 0, $url);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user