update 【gRPC API】 proto files

This commit is contained in:
社会易姐QwQ
2022-06-22 23:32:57 +08:00
parent 3c8dfc6d61
commit 24517028f7
10 changed files with 1549 additions and 164 deletions

View File

@@ -1,6 +1,6 @@
syntax = "proto3";
package bilibili.app.interfaces.v1;
package bilibili.app.interface.v1;
import "bilibili/app/archive/middleware/v1/preload.proto";
@@ -48,6 +48,8 @@ message CardCheese {
int64 duration = 3;
// 单集标题
string subtitle = 4;
//
int64 state = 5;
}
// 直播卡片
@@ -78,6 +80,10 @@ message CardOGV {
int64 duration = 3;
// 单集标题
string subtitle = 4;
//
string badge = 5;
//
int64 state = 6;
}
// ugc稿件卡片
@@ -268,7 +274,7 @@ message HisInfo {
// 搜索历史记录来源
enum HistorySource {
history_VALUE = 0; // 主站历史记录页
history_VALUE = 0; // 主站历史记录页
shopping_VALUE = 1; // 会员购浏览记录
}