mirror of
https://github.com/foss42/apidash.git
synced 2025-05-22 16:57:07 +08:00
kEncoder -> kJsonEncoder
This commit is contained in:
@ -140,7 +140,7 @@ import okhttp3.MultipartBody;""";
|
||||
var templateBody = jj.Template(kTemplateRequestBody);
|
||||
result += templateBody.render({
|
||||
"contentType": contentType,
|
||||
"body": kEncoder.convert(requestBody)
|
||||
"body": kJsonEncoder.convert(requestBody)
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user