This commit is contained in:
xiaoyu
2025-03-21 09:58:47 +08:00
parent e49d80b007
commit 4a5a7ea5ce
+3 -1
View File
@@ -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');