|
|
@@ -631,8 +631,8 @@ class WechatService
|
|
|
'contract_display_account' => $contract_display_account,
|
|
|
'notify_url' => 'http://red.igxys.com/api/wechat/notify/'.$cid,
|
|
|
'timestamp' => $current_timestamp, // 动态时间戳
|
|
|
- 'version' => '1.1',
|
|
|
- 'return_web' => urldecode($return_web)
|
|
|
+ 'version' => '1.0',
|
|
|
+ 'return_web' => $return_web
|
|
|
];
|
|
|
|
|
|
// 关键步骤1:先对需要编码的参数进行原始值存储
|