|
|
@@ -615,11 +615,11 @@ class WechatService
|
|
|
// 使用动态时间戳
|
|
|
$current_timestamp = time();
|
|
|
// $contract_code = preg_replace("/[^0-9]/", "", $contract_code);
|
|
|
- if ($return_web != ''){
|
|
|
- $return_web ='http://red.igxys.com/'.$return_web;
|
|
|
- }else{
|
|
|
- $return_web = '1';
|
|
|
- }
|
|
|
+// if ($return_web != ''){
|
|
|
+// $return_web ='http://red.igxys.com/'.$return_web;
|
|
|
+// }else{
|
|
|
+// $return_web = '1';
|
|
|
+// }
|
|
|
$params = [
|
|
|
// 'appid' => 'wx5681205d1ef4d9d3',
|
|
|
'appid' => $app_id,
|