From daa4341efe8366ed51b300dc16a1714b611ae63b Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Fri, 15 Nov 2019 10:02:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BD=A6=E8=BE=86=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=9F=A5=E8=AF=A2URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/config/params.php | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/config/params.php b/frontend/config/params.php index acf5d51..0f2683a 100644 --- a/frontend/config/params.php +++ b/frontend/config/params.php @@ -6,5 +6,6 @@ return [ 'phone_url' => 'http://user.banmacar.com/api/phone/op', 'sms_url' => 'http://user.banmacar.com/api/sms/single-send', 'myinfo_url' => 'http://user.banmacar.com/api/user/myinfo', + 'search_url' => 'http://user.banmacar.com/api/car/search-car', ], ];