| Package | Description |
|---|---|
| com.byteplus.service |
| Modifier and Type | Method and Description |
|---|---|
RawResponse |
IBaseService.json(String api,
List<org.apache.http.NameValuePair> params,
String body)
Json raw response.
|
RawResponse |
BaseServiceImpl.json(String api,
List<org.apache.http.NameValuePair> params,
String body) |
RawResponse |
IBaseService.post(String api,
List<org.apache.http.NameValuePair> params,
List<org.apache.http.NameValuePair> form)
Post raw response.
|
RawResponse |
BaseServiceImpl.post(String api,
List<org.apache.http.NameValuePair> query,
List<org.apache.http.NameValuePair> form) |
RawResponse |
IBaseService.query(String api,
List<org.apache.http.NameValuePair> params)
Query raw response.
|
RawResponse |
BaseServiceImpl.query(String api,
List<org.apache.http.NameValuePair> params) |
Copyright © 2021. All rights reserved.