xieruidong 2 年之前
父节点
当前提交
ceffc50da5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/common/service/OrderPayService.php

+ 1 - 1
application/common/service/OrderPayService.php

@@ -110,7 +110,7 @@ class OrderPayService{
         $cacheKey='payment_'.session_create_id();
         Cache::set($cacheKey,$html,60);
         return [
-            'url'=>url('redirect',['key'=>$cacheKey]),
+            'url'=>url('redirect',['key'=>$cacheKey],true,true),
         ];
    }
    public function otherUser(){}