WIN-2308041133\Administrator il y a 5 mois
Parent
commit
b3155b0f4e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      extend/liuniu/WechatService.php

+ 2 - 2
extend/liuniu/WechatService.php

@@ -619,7 +619,7 @@ class WechatService
 //        if ($return_web != ''){
 //            $return_web ='http://red.igxys.com/'.$return_web;
 //        }else{
-//            $return_web = '1';
+            $return_web = '1';
 //        }
         $params = [
 //            'appid' => 'wx5681205d1ef4d9d3',
@@ -632,7 +632,7 @@ class WechatService
             'notify_url' => 'http://red.igxys.com/api/wechat/notify/'.$cid,
             'timestamp' => $current_timestamp, // 动态时间戳
             'version' => '1.0',
-//            'return_web' => $return_web
+            'return_web' => $return_web
         ];
 
 // 关键步骤1:先对需要编码的参数进行原始值存储