feat: 优化

pull/209/head
kunfei 5 years ago
parent 9985f3b61c
commit 692b0a0258
  1. 2
      app/src/main/java/io/legado/app/model/analyzeRule/AnalyzeUrl.kt

@ -197,7 +197,7 @@ class AnalyzeUrl(
RequestMethod.POST -> { RequestMethod.POST -> {
body?.let { body?.let {
if (it.isJson()) { if (it.isJson()) {
requestBody = RequestBody.create(jsonType, GSON.toJson(it)) requestBody = RequestBody.create(jsonType, it)
} else { } else {
analyzeFields(it) analyzeFields(it)
} }

Loading…
Cancel
Save