car.js 813 字节
"use strict";const t=require("../uni_modules/uview-plus/index.js");exports.getCarBrandApi=e=>t.http.get("/system/vehicle/brand/getList",{params:e,custom:{auth:!0}}),exports.getCarDetail=e=>t.http.get(`registration/${e}`,{custom:{auth:!0}}),exports.getCarModelApi=e=>t.http.get("/system/vehicle/model/getList",{params:e,custom:{auth:!0}}),exports.getCarNatureApi=e=>t.http.get("/system/vehicle/nature/getList",{params:e,custom:{auth:!0}}),exports.getCarNumApi=e=>t.http.get("/system/licenseplat/type/getList",{params:e,custom:{auth:!0}}),exports.getCarTypeApi=e=>t.http.get("/system/vehicle/type/getList",{params:e,custom:{auth:!0}}),exports.getListDeptApi=e=>t.http.get("/system/dept/list",{params:e,custom:{auth:!0}}),exports.getNeedApi=e=>t.http.get("/system/requirements/getList",{params:e,custom:{auth:!0}});