我用的是Angular6,HttpClient,这是注销
logout() { return this.http.post(this.logout_url); }
错误是
应为2-3个参数,但得到1个。
null 对于其他类似的论点:
null
logout() { return this.http.post(this.logout_url, null, null); }