From 2302a4aab62db246130d3d292121e391b15eae7e Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Mon, 28 Oct 2019 15:01:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9F=AD=E4=BF=A1=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/controllers/CarController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/controllers/CarController.php b/frontend/controllers/CarController.php index 1bbc011..f8db53a 100644 --- a/frontend/controllers/CarController.php +++ b/frontend/controllers/CarController.php @@ -4177,7 +4177,7 @@ class CarController extends BaseController //$url = 'https://sms.yunpian.com/v2/sms/single_send.json'; $url = 'https://www.banmacar.com/api/single-send'; - $params['token'] = '84c5722fd1455582c53b7195ccef44c2'; + $params['token'] = 'ff7dc73536475c11981a1c52531f2ff7'; $params['mobile'] = $UserNumber; $params['content'] = $MessageContent; $post_url = http_build_query($params);