chore: format code and add qodana

This commit is contained in:
2024-09-25 18:18:28 +08:00
parent 4d2be92081
commit 19e980be86
4 files changed
+43 -4

No files matched your search

@@ -16,8 +16,8 @@ import okhttp3.RequestBody.Companion.toRequestBody
object Http {
val jsonMediaType = "application/json; charset=utf-8".toMediaType()
val jsonHeader = mapOf(
private val jsonMediaType = "application/json; charset=utf-8".toMediaType()
private val jsonHeader = mapOf(
"Content-Type" to "application/json; charset=utf-8",
"Accept" to "application/json"
)