|
|
@@ -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:先对需要编码的参数进行原始值存储
|