2024-01-22 18:48:00 +08:00

58 lines
1.8 KiB
JavaScript

!(function () {
Object.defineProperty(exports, "__esModule", { value: !0 });
var e = require("../utils/request.js");
exports.default = {
getOpenId: function (t) {
return (0, e.postRequest)("/wechat/wxLogin", t);
},
getPhoneNum: function (t) {
return (0, e.postRequest)("/wechat/getPhoneNumber", t);
},
wxPay: function (t) {
return (0, e.postRequest)("/wechat/wxPay", t);
},
getCarInfo: function (t) {
return (0, e.postRequest)("/car/getBaseInfo", t);
},
getOrderList: function (t) {
return (0, e.postRequest)("/car/queryOrder", t);
},
getRepairInfo: function (t) {
return (0, e.postRequest)("/car/queryRepair", t);
},
getDangerInfo: function (t) {
return (0, e.postRequest)("/car/queryDanger", t);
},
carDetailOrder: function (t) {
return (0, e.postRequest)("/car/createCarInfo", t);
},
getCarDetail: function (t) {
return (0, e.postRequest)("/car/getCarInfoDetail", t);
},
getCarBrand: function (t) {
return (0, e.postRequest)("/car/getCarBrand", t);
},
getCarFamily: function (t) {
return (0, e.postRequest)("/car/getCarFamily", t);
},
getCarVehicle: function (t) {
return (0, e.postRequest)("/car/getCarVehicle", t);
},
getCarProvince: function (t) {
return (0, e.postRequest)("/car/getCarProvince", t);
},
getCarCity: function (t) {
return (0, e.postRequest)("/car/getCarCity", t);
},
getValuation: function (t) {
return (0, e.postRequest)("/car/getValuation", t);
},
createValuationOrder: function (t) {
return (0, e.postRequest)("/car/createValuationOrder", t);
},
getHighDangerInfo: function (t) {
return (0, e.postRequest)("/car/queryHighDanger", t);
},
};
})();