diff --git a/server/modules/guoba.js b/server/modules/guoba.js index 6354a14..4065c13 100644 --- a/server/modules/guoba.js +++ b/server/modules/guoba.js @@ -34,6 +34,7 @@ async function Guoba(fastify, options) { const guobaOptions = { method: body.post ? 'POST' : 'GET', headers: { + 'Content-Type': 'application/json', 'Guoba-Access-Token': body.guobaToken } }