作者 郭文星

123

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