mod: 用户页面动态加载

This commit is contained in:
guozhigq
2023-07-28 10:32:02 +08:00
parent bc83d26073
commit 88f21615fc
8 changed files with 202 additions and 7 deletions

View File

@ -234,4 +234,7 @@ class Api {
// w_rid=d893cf98a4e010cf326373194a648360&
// wts=1689767832
static const String memberArchive = '/x/space/wbi/arc/search';
// 用户动态
static const String memberDynamic = '/x/polymer/web-dynamic/v1/feed/space';
}