diff --git a/frontend/controllers/CarController.php b/frontend/controllers/CarController.php index bba4fb7..58f77a6 100644 --- a/frontend/controllers/CarController.php +++ b/frontend/controllers/CarController.php @@ -4544,7 +4544,7 @@ class CarController extends BaseController $MessageContent = str_replace("\t","",$MessageContent); //$url = 'https://sms.yunpian.com/v2/sms/single_send.json'; - $url = 'https://www.banmacar.com/api/single_send'; + $url = 'https://www.banmacar.com/api/single-send'; $params['token'] = '84c5722fd1455582c53b7195ccef44c2'; $params['mobile'] = $UserNumber; $params['content'] = $MessageContent; @@ -4553,7 +4553,6 @@ class CarController extends BaseController $msg = MyLib::Post($post_url,$url); // $msg = mb_convert_encoding($msg,'UTF8','GBK'); // parse_str($msg,$obj); - echo $msg;exit; $obj = json_decode($msg,true); $result = array(); // $result['success'] = true;