fix: 🧩 修复BUG
This commit is contained in:
@@ -23,3 +23,8 @@ export const getProductBuypassUpdateApi = (params: any) => {
|
||||
const { id, param } = params;
|
||||
return http.put<any>(`${PRODUCT_BUYPASS}/update/${id}`, param);
|
||||
};
|
||||
|
||||
//新增
|
||||
export const getProductBuypassListSaveApi = (params: any) => {
|
||||
return http.post<any>(`${PRODUCT_BUYPASS}/save`, params);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user