Net
/
com.drake.net.request
/
BodyRequest
/
json
json
fun
json
(body:
JSONObject
?)
Content copied to clipboard
fun
json
(body:
JSONArray
?)
Content copied to clipboard
fun
json
(body:
String
?)
Content copied to clipboard
fun
json
(body:
Map
<
String
,
Any
?>?)
Content copied to clipboard
添加Json为请求体
fun
json
(vararg body:
Pair
<
String
,
Any
?>)
Content copied to clipboard
添加Json对象为请求体