feat: 用户投稿
This commit is contained in:
@ -203,4 +203,19 @@ class Api {
|
||||
|
||||
// 用户名片信息
|
||||
static const String memberCardInfo = '/x/web-interface/card';
|
||||
|
||||
// 用户投稿
|
||||
// https://api.bilibili.com/x/space/wbi/arc/search?
|
||||
// mid=85754245&
|
||||
// ps=30&
|
||||
// tid=0&
|
||||
// pn=1&
|
||||
// keyword=&
|
||||
// order=pubdate&
|
||||
// platform=web&
|
||||
// web_location=1550101&
|
||||
// order_avoided=true&
|
||||
// w_rid=d893cf98a4e010cf326373194a648360&
|
||||
// wts=1689767832
|
||||
static const String memberArchive = '/x/space/wbi/arc/search';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user