|
|
@@ -626,7 +626,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' => 'http://red.igxys.com/'.$return_web
|
|
|
];
|
|
|
|
|
|
// 关键步骤1:先对需要编码的参数进行原始值存储
|