diff --git a/pages/index.vue b/pages/index.vue index fda9b937a..068d18495 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1845,7 +1845,7 @@ export default { }, rawRequestBody() { const { bodyParams, contentType } = this - if (contentType === "application/json") { + if (contentType.endsWith("json")) { try { const obj = JSON.parse( `{${bodyParams