panda 1 год назад
Родитель
Сommit
b6640cc150
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      application/utils/JingXiu/JingXiuPayUtil.php

+ 1 - 1
application/utils/JingXiu/JingXiuPayUtil.php

@@ -37,7 +37,7 @@ class JingXiuPayUtil extends Module
             return $this->error('微信支付下单失败!' . $e->getMessage());
         }
         return $this->success('微信支付下单成功!', [
-            'type' => 'qrcode', 'page' => 'wxpay_h5', 'url' => $code_url
+            'type' => 'qrcode', 'page' => 'wxpay_h5', 'url' => CurlUtil::getHttp("?url={$code_url}")
         ]);
     }