正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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; |
-
请 注册 或 登录 后发表评论