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