| 程序包 | 说明 |
|---|---|
| net.polyv.vod.v1.entity | |
| net.polyv.vod.v1.entity.account | |
| net.polyv.vod.v1.service |
| 限定符和类型 | 类和说明 |
|---|---|
class |
VodPageCommonRequest
直播分页公共请求实体
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
VodAccountSpaceDataRequest |
| 限定符和类型 | 方法和说明 |
|---|---|
protected <T,E extends VodCommonRequest> |
VodBaseService.baseGet(String url,
E e,
Class<T> tClass)
HTTP GET 公共请求
|
protected <T,E extends VodCommonRequest> |
VodBaseService.baseGet(String url,
String pathVariable,
E e,
Class<T> tClass)
HTTP GET 公共请求
|
protected <T,E extends VodCommonRequest> |
VodBaseService.basePost(String url,
E e,
Class<T> tClass)
HTTP POST 公共请求
|
protected <T,E extends VodCommonRequest> |
VodBaseService.basePost(String url,
String pathVariable,
E e,
Class<T> tClass)
HTTP POST 公共请求
|
protected <T,E extends VodCommonRequest> |
VodBaseService.basePostJson(String url,
E e,
Class<T> tClass)
HTTP POST 请求发送json
|
protected <T,E extends VodCommonRequest> |
VodBaseService.basePostJson(String url,
String pathVariable,
E e,
Class<T> tClass)
HTTP POST 请求发送json
|
Copyright © 2020. All rights reserved.