|
@@ -327,9 +327,9 @@ export function getPortalsByLbs(brandId,lbsIds) {
|
|
|
|
|
|
// 通过LBSID查询 停车缴费首页功能管理后端接口
|
|
|
export function getCarInformation(carNum) {
|
|
|
- return window.requestms.get(`parking/find-car-location/${carNum}`, {} , { loading: false });
|
|
|
+ return window.requestms.get(`parking/find-car-location/${carNum}`, {}, {loading: false});
|
|
|
// return window.requestms.delete(`https://dev-kip-service-internal.kerryonvip.com/temporary-parking-service/vehicles/${vehicleId}`, params, { loading: false });
|
|
|
-
|
|
|
+}
|
|
|
// https://kerryprops.atlassian.net/browse/KIP-13961
|
|
|
// C端|迁移CRM纸质优惠券接口
|
|
|
// https://qa-apim.kerryplus.com/c/api/temporary-parking/v1/parking-lots/paper-coupon-description?brandId=8a84853b7c91ac5b017c962dab55030e&lbsId=8a84853b7c91ac5b017c961a9b2a030d&parkMallCode=2
|