|
@@ -176,3 +176,10 @@ export const GetMattressPackagMx = (params: Mattress.ReqMattressImport) => {
|
|
|
export const GetMattressSubspecs = (params: Mattress.ReqRefreshMattressInterface) => {
|
|
|
return http.post<Mattress.ResMattressSubspecs>(PORT1 + `/GetMattressSubspecs`, params);
|
|
|
};
|
|
|
+
|
|
|
+/**
|
|
|
+ * @name 床垫报价:主副规格
|
|
|
+ */
|
|
|
+export const GetResetWiptype = (params: Mattress.ReqGetResetWiptype) => {
|
|
|
+ return http.post<Mattress.ReqGetResetWiptype>(PORT1 + `/GetResetWiptype`, params);
|
|
|
+};
|