@@ -6,6 +6,7 @@ export function get(url, params, baseURL) {
url,
params,
method: "GET",
+ header: { "Content-Type": "application/x-www-form-urlencoded" },
baseURL,
})
}