作者 郭文星

123

@@ -151,7 +151,7 @@ class Index extends Api @@ -151,7 +151,7 @@ class Index extends Api
151 $ywt_appid = 'wx58ceff4e93cfc523'; 151 $ywt_appid = 'wx58ceff4e93cfc523';
152 $tourl = ''; 152 $tourl = '';
153 $data=[ 153 $data=[
154 - "id"=>$order[''] 154 + "id"=>$order
155 ]; 155 ];
156 $pagepath ='pages/module/orderDetails?params='.json_encode($order); 156 $pagepath ='pages/module/orderDetails?params='.json_encode($order);
157 $res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath); 157 $res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath);