作者 郭文星

123

... ... @@ -123,7 +123,8 @@ class Index extends Api
if ($wxopenid) {
$config = get_addon_config('wechat');
$tourl = '';
$tourl = 'https://wyc.tenyes.cn/index/index/orderinfo?id='.$order_id;
$ywt_appid = 'wx58ceff4e93cfc523';
$pagepath ='pages/module/cityOrders?params='.json_encode($order);
... ... @@ -148,8 +149,9 @@ class Index extends Api
);
if ($wxopenid) {
$config = get_addon_config('wechat');
$tourl = 'https://wyc.tenyes.cn/index/index/orderinfo?id='.$order_id;
$ywt_appid = '';
$tourl = '';
$pagepath ='';
$res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath);
//print_r($res);return;
... ...