作者 郭文星

132

@@ -103,8 +103,8 @@ class Index extends Api @@ -103,8 +103,8 @@ class Index extends Api
103 ); 103 );
104 if ($wxopenid) { 104 if ($wxopenid) {
105 $config = get_addon_config('wechat'); 105 $config = get_addon_config('wechat');
106 - $tourl = 'https://fdc.xp.yn.cn/h5/';  
107 - $ywt_appid = 'wx9f73637c6b8f2c47'; 106 + $tourl = 'https://wyc.tenyes.cn/h5/';
  107 + $ywt_appid = 'wxb7dd0c03865a94e0';
108 $pagepath = 'pages/home/index'; 108 $pagepath = 'pages/home/index';
109 $res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath); 109 $res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath);
110 return $res; 110 return $res;