嗨,我正在尝试发送http post formData到带有httpInterceptor标记的服务器。但是formData不起作用。formData.append('main_cate', this.maincategory);
this.http.post<any>('http://localhost:8000/api/v1
我创建这个HTTPInterceptor是为了能够更好地处理http错误,在我执行git拉出并运行npm安装之前,它运行得很好。, HttpResponse} from '@angular/common/http';import {ToasterService}/src/app/services/gobae.interceptor<