json

fun json(body: JSONObject?)
fun json(body: JSONArray?)
fun json(body: String?)
fun json(body: Map<String, Any?>?)

添加Json为请求体

fun json(vararg body: Pair<String, Any?>)

添加Json对象为请求体