...
|
...
|
@@ -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);
|
...
|
...
|
|