From 74f29592726545a6c6416c67c1a179c65e0250d4 Mon Sep 17 00:00:00 2001 From: lisida <506400117@qq.com> Date: Wed, 10 Jul 2019 18:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index 86b47a8..600c518 100644 --- a/src/functions.php +++ b/src/functions.php @@ -4,7 +4,7 @@ define('RPC_CONFIG', [ 'app' => env('APP_NAME'), 'client' => [ 'auth' => [ - 'base_uri' => 'http://auth.in.haowumc.com', + 'base_uri' => 'http://10.0.2.99', ], ], ]);