public final class OkHttpUtil extends Object
| Modifier | Constructor and Description |
|---|---|
private |
OkHttpUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
requestBodyToString(okhttp3.RequestBody body)
读取RequestBody中的数据为String
|
public static String requestBodyToString(okhttp3.RequestBody body)
body - the bodyCopyright © 2024. All rights reserved.