From 8e907e99a11cbaa045ca6a44f732400ee5dd8991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=99=E5=AD=A6=E6=9D=B0?= Date: Tue, 15 May 2018 11:05:07 +0800 Subject: [PATCH] crm --- src/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functions.php b/src/functions.php index 5df51b7..1b26e08 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.lo.haowumc.com/api/wechat/', + 'base_uri' => 'http://crm.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.lo.haowumc.com/api/wechat/', + 'base_uri' => 'http://crm.in.haowumc.com/api/wechat/', 'appid' => 'notification', 'secret' => '123456', ],