|
@@ -20,7 +20,7 @@ export function parkingLots(lbsId) {
|
|
|
// 1.6 查询车辆是否在场及停车费用: https://kerryprops.atlassian.net/wiki/spaces/TAIC/pages/94076936/1.6
|
|
|
// 新接口路径:https://{kip-service-host}/c/api/temporary-parking-service/parking/check-out?vehicleNo={{vehicleNo}}
|
|
|
export function checkOut(vehicleNo, unlicensed) {
|
|
|
- console.log(212121, vehicleNo);
|
|
|
+ // console.log(212121, vehicleNo);
|
|
|
// 'https://dev-kip-service-internal.kerryonvip.com/temporary-parking-service/parking/check-out?vehicleNo=浙
|
|
|
return window.requestms.get(`/parking/check-out?vehicleNo=${vehicleNo}&unlicensed=${unlicensed}`, {
|
|
|
loading: true,
|