You're stringifying the post body while your API expects a JSON array. Just remove the JSON.stringify and try again. return this.http.post(url, requestData, ...
確定! 回上一頁