弹幕下载

master
10295 6 years ago
parent fbe05f1ca5
commit ad0ec7e4a0
  1. 21
      core/src/test/resources/QueryComment.thrift
  2. 5
      core/src/test/resources/TSDM.thrift

@ -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…
Cancel
Save