diff --git a/app/common/logic/vehicle/VehicleLogic.php b/app/common/logic/vehicle/VehicleLogic.php index a34a295b2..abbb076e1 100644 --- a/app/common/logic/vehicle/VehicleLogic.php +++ b/app/common/logic/vehicle/VehicleLogic.php @@ -67,7 +67,7 @@ class VehicleLogic extends BaseLogic public static function carList($params):array { //请求物流系统获取车辆详情 - $result = curl_post('http://www.lst.local/api/companyCarList',[],$params); + $result = curl_post('http://logistics.lihaink.cn/api/companyCarList',[],$params); if($result['code'] == 1){ foreach ($result['data'] as $k=>$v){ if($v['lessee_two_flag'] == 1){