From df257386c7a442f38b80eee51e116e577d92879d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=99=E5=AD=A6=E6=9D=B0?= Date: Fri, 21 Dec 2018 18:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9api=20=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functions.php b/src/functions.php index 1b26e08..e486b73 100644 --- a/src/functions.php +++ b/src/functions.php @@ -10,7 +10,7 @@ function chat_text_alert($chat, $text) { $config = [ 'crm' => [ - 'base_uri' => 'http://crm.in.haowumc.com/api/wechat/', + 'base_uri' => 'http://push.in.haowumc.com/api/wechat/', 'appid' => 'notification', 'secret' => '123456', ], @@ -40,7 +40,7 @@ function chat_text_alert($chat, $text) function user_text_alert($username, $text){ $config = [ 'crm' => [ - 'base_uri' => 'http://crm.in.haowumc.com/api/wechat/', + 'base_uri' => 'http://push.in.haowumc.com/api/wechat/', 'appid' => 'notification', 'secret' => '123456', ],