From cd25c606fc608655167f2938ed64759067bf7db7 Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Thu, 14 Nov 2019 15:23:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=AD=A3=E7=A1=AE=E7=9A=84?= =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E8=B0=83=E7=94=A8=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/config/params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/config/params.php b/frontend/config/params.php index 86488a5..c1b5516 100644 --- a/frontend/config/params.php +++ b/frontend/config/params.php @@ -3,7 +3,7 @@ return [ 'adminEmail' => 'admin@example.com', 'userPanel' => [ 'token' => 'ff7dc73536475c11981a1c52531f2ff7', - 'phone_url' => 'http://userpanel.banmacar.com/api/phone/op', + 'phone_url' => 'http://user.banmacar.com/api/phone/op', 'sms_url' => 'http://user.banmacar.com/api/sms/single-send', ], ];