|
|
@@ -613,7 +613,7 @@ class WechatService
|
|
|
'contract_code' => $contract_code,
|
|
|
'request_serial' => $current_timestamp, // 使用时间戳作为序列号
|
|
|
'contract_display_account' => '昔拉',
|
|
|
- 'notify_url' => 'http://red.igxys.com/api/wechat/notify/12',
|
|
|
+ 'notify_url' => 'https://red.igxys.com/api/wechat/notify/12',
|
|
|
'timestamp' => $current_timestamp, // 动态时间戳
|
|
|
'version' => '1.0',
|
|
|
];
|