fix dynamic risk challenge

This commit is contained in:
My-Responsitories
2024-02-21 13:16:38 +08:00
parent dd6c537135
commit a0f92df5b5
4 changed files with 63 additions and 8 deletions

View File

@ -477,4 +477,10 @@ class Api {
/// 获取未读动态数
static const getUnreadDynamic = '/x/web-interface/dynamic/entrance';
/// 用户动态主页
static const dynamicSpmPrefix = 'https://space.bilibili.com/1/dynamic';
/// 激活buvid3
static const activateBuvidApi = '/x/internal/gaia-gateway/ExClimbWuzhi';
}