更新并修改大量【proto定义】

This commit is contained in:
社会易姐QwQ
2021-07-12 16:37:03 +08:00
parent 174ddbcdcd
commit 3512adf59d
31 changed files with 2552 additions and 2461 deletions

View File

@@ -290,22 +290,22 @@ message EntranceItem {
// 标题
string title = 3;
// 入口模块id
string moduleId = 4;
string module_id = 4;
// 跳转uri
string uri = 5;
// 入口id
int64 entranceId = 6;
int64 entrance_id = 6;
// 气泡信息
Bubble bubble = 7;
// 入口类型
// 1:代表分品类热门
int32 entranceType = 8;
int32 entrance_type = 8;
}
// 气泡信息
message Bubble {
// 文案
string bubbleContent = 1;
string bubble_content = 1;
// 版本
int32 version = 2;
// 起始时间