作者 郭文星

123

@@ -168,7 +168,7 @@ class Index extends Api @@ -168,7 +168,7 @@ class Index extends Api
168 ]; 168 ];
169 $pagepath ='pages/module/orderDetails?params='.json_encode($data); 169 $pagepath ='pages/module/orderDetails?params='.json_encode($data);
170 $res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath); 170 $res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath);
171 - print_r(json_encode($order));return; 171 + //print_r(json_encode($order));return;
172 172
173 //print_r($res);return; 173 //print_r($res);return;
174 //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); 174 //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);