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');