fix: forward dynamics reply

This commit is contained in:
guozhigq
2024-12-08 20:48:11 +08:00
parent 5e62cccd16
commit d91d4ab62e
4 changed files with 36 additions and 9 deletions

View File

@ -626,4 +626,7 @@ class Api {
/// 修复标题和海报
// /api/view?id=${aid} /all/video/av${aid} /video/av${aid}/
static const String fixTitleAndPic = '${HttpString.biliplusBaseUrl}/api/view';
/// 专栏详情
static const String opusDetail = '/x/polymer/web-dynamic/v1/opus/detail';
}