diff --git a/core/src/test/resources/QueryComment.thrift b/core/src/test/resources/QueryComment.thrift new file mode 100644 index 0000000..a3f7d39 --- /dev/null +++ b/core/src/test/resources/QueryComment.thrift @@ -0,0 +1,21 @@ +/** +* 查询弹幕信息 +* +**/ +namespace java core.thrift.comment + +service QueryComment{ +/** +* 查询单个cid弹幕数 +**/ + i32 commentSum(1:i32 cid) +/** +* 批量查询多个cid弹幕数 + **/ + list commentSumList(1:list cids) + /** + * 批量下载弹幕 +**/ + string download(1:list cids,2:string fileName) + +} \ No newline at end of file diff --git a/core/src/test/resources/TSDM.thrift b/core/src/test/resources/TSDM.thrift new file mode 100644 index 0000000..c5fdbcc --- /dev/null +++ b/core/src/test/resources/TSDM.thrift @@ -0,0 +1,5 @@ +namespace py core.thrift.task + service TSDM{ + bool qiandao() + bool word() + } \ No newline at end of file