@@ -48,10 +48,7 @@ export function getGoodsDetailApi(id) {
export function maintainCategories(id) {
return request({
url: `/maintain/categories`,
- method: 'GET',
- headers: {
- 'Content-Type': 'application/x-www-form-urlencoded',
- },
+ method: 'post',
});
}