mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复 text/plain body 格式化
This commit is contained in:
@@ -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 {};
|
||||
|
||||
Reference in New Issue
Block a user