| 程序包 | 说明 |
|---|---|
| net.polyv.live.service |
| 限定符和类型 | 方法和说明 |
|---|---|
protected WrappedResponse |
PLAbstractService.request(String url,
Map<String,String> params,
String method)
请求接口(包括v2, v3)
|
protected <T extends PLBaseBody> |
PLAbstractService.request(String url,
Map<String,String> params,
String method,
T t)
请求接口(带请求体参数,包括v2, v3)
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected <T extends PLBaseResult> |
PLAbstractService.getResult(WrappedResponse response,
T result)
把请求对象转换为Result对象
|
Copyright © 2019. All rights reserved.