fix: 🧩 修复bug
This commit is contained in:
@@ -26,5 +26,9 @@ export const getProductBuypassUpdateApi = (params: any) => {
|
||||
|
||||
//新增
|
||||
export const getProductBuypassListSaveApi = (params: any) => {
|
||||
return http.post<any>(`${PRODUCT_BUYPASS}/save`, params);
|
||||
return http.post<any>(`${PRODUCT_BUYPASS}/save`, params, {
|
||||
headers: {
|
||||
"Content-Type": "application/x-www-form-urlencoded"
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user