panda 1 年之前
父节点
当前提交
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}")
         ]);
     }