From 4a5a7ea5ce9b6042abd8793a41a9c2e6b890423e Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Fri, 21 Mar 2025 09:58:47 +0800 Subject: [PATCH] autohome --- admin/controllers/autohome/Customer.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin/controllers/autohome/Customer.php b/admin/controllers/autohome/Customer.php index 555b3faa..e572f73f 100644 --- a/admin/controllers/autohome/Customer.php +++ b/admin/controllers/autohome/Customer.php @@ -444,7 +444,9 @@ class Customer extends HD_Controller 'keyCarAudiId' => $v['series_id'] ? $v['series_id'] : null, 'keyCarTypeId' => null, 'keyCardCityId' => $v['city_id'] ? $v['city_id'] : '110100', - 'keyNewCarRentSupplierId' => 10 + 'keyNewCarRentSupplierId' => 1, + 'keyExt1' => 97, + 'keyReleaseId' => 97, ); $res = $this->mycurl->httpPost($url, $push_data, 'is_json');