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