作者 郭文星

123

@@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
2 /runtime/* 2 /runtime/*
3 /vendor/* 3 /vendor/*
4 /public/uploads/* 4 /public/uploads/*
  5 +/public/pcl_wct_send.log
5 composer.lock 6 composer.lock
6 .env 7 .env
7 .git/ 8 .git/
@@ -313,7 +313,7 @@ class Api extends Controller @@ -313,7 +313,7 @@ class Api extends Controller
313 $ywt_appid = 'wxb7dd0c03865a94e0'; 313 $ywt_appid = 'wxb7dd0c03865a94e0';
314 $pagepath = ''; 314 $pagepath = '';
315 $res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath); 315 $res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath);
316 - //file_put_contents("pcl_wct_send.log", date("Y-m-d H:i:s") . "1-2-" . json_encode($res, JSON_UNESCAPED_UNICODE) . PHP_EOL, FILE_APPEND); 316 + file_put_contents("pcl_wct_send.log", date("Y-m-d H:i:s") . "1-2-" . json_encode($res, JSON_UNESCAPED_UNICODE) . PHP_EOL, FILE_APPEND);
317 } 317 }
318 } 318 }
319 } 319 }