diff --git a/sample/notify.js b/sample/notify.js index 9351cefe..0d587043 100644 --- a/sample/notify.js +++ b/sample/notify.js @@ -1407,6 +1407,7 @@ function formatBodyFun(contentType, body) { case 'multipart/form-data': return { form: body }; case 'application/x-www-form-urlencoded': + case 'text/plain': return { body }; } return {};