parent
fbe05f1ca5
commit
ad0ec7e4a0
@ -0,0 +1,21 @@ |
|||||||
|
/** |
||||||
|
* 查询弹幕信息 |
||||||
|
* |
||||||
|
**/ |
||||||
|
namespace java core.thrift.comment |
||||||
|
|
||||||
|
service QueryComment{ |
||||||
|
/** |
||||||
|
* 查询单个cid弹幕数 |
||||||
|
**/ |
||||||
|
i32 commentSum(1:i32 cid) |
||||||
|
/** |
||||||
|
* 批量查询多个cid弹幕数 |
||||||
|
**/ |
||||||
|
list<i32> commentSumList(1:list<i32> cids) |
||||||
|
/** |
||||||
|
* 批量下载弹幕 |
||||||
|
**/ |
||||||
|
string download(1:list<i32> cids,2:string fileName) |
||||||
|
|
||||||
|
} |
@ -0,0 +1,5 @@ |
|||||||
|
namespace py core.thrift.task |
||||||
|
service TSDM{ |
||||||
|
bool qiandao() |
||||||
|
bool word() |
||||||
|
} |
Loading…
Reference in new issue