const headers = new Headers({ 'Content-Type': 'application/json', Authorization: `Bearer ${auth_token}`, }); return this.http.get(apiUrl, ...
確定! 回上一頁