作者 郭文星

123412

... ... @@ -313,7 +313,7 @@ class Api extends Controller
if ($wxopenid) {
$config = get_addon_config('wechat');
$tourl = '';
$tourl = 'pages/index/index';
$ywt_appid = 'wxb7dd0c03865a94e0';
$pagepath = 'pages/index/index';
$res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath);
... ...
... ... @@ -256,7 +256,7 @@ if (!function_exists('senWxmsgToDriverUser')) {
);
if ($wxopenid) {
$config = get_addon_config('wechat');
$tourl = '';
$tourl = 'pages/index/index';
$ywt_appid = 'wxb7dd0c03865a94e0';
$pagepath = 'pages/index/index';
$res = sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath);
... ...
... ... @@ -136,7 +136,7 @@ class Index extends Api
);
if ($wxopenid) {
$config = get_addon_config('wechat');
$tourl = '';
$tourl = 'pages/index/index';
$ywt_appid = 'wxb7dd0c03865a94e0';
$pagepath = 'pages/index/index';
$res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath);
... ...