接口方法
Index >
DownloadCenterRecordController >
listPage
说明: downloadCenter/record/listPage
InterfaceName: DownloadCenterRecordController
MethodName: listPage
ReturnType: Object
parameters :
|
beginTime
|
参数0 |
可选 |
String |
|
|
endTime
|
参数1 |
可选 |
String |
|
|
fileName
|
参数2 |
可选 |
String |
|
|
currPage
|
参数3 |
可选 |
int |
|
|
perItems
|
参数4 |
可选 |
int |
|
JavaScript Sdk 调用示例
下载JavaScript Sdk
sdk.DownloadCenterRecordController().listPage({
beginTime:"" ,
endTime:"" ,
fileName:"" ,
currPage:{} // int 对象 ,
perItems:{} // int 对象
}).then(function(result) {
alert("success");
}
);