更新并修改大量【proto定义】
This commit is contained in:
@@ -17,7 +17,7 @@ message SuggestionResult3Req {
|
||||
int32 highlight = 2;
|
||||
// 是否青少年模式
|
||||
// 1:开启青少年模式
|
||||
int32 teenagersMode = 3;
|
||||
int32 teenagers_mode = 3;
|
||||
}
|
||||
|
||||
// 获取搜索建议-响应
|
||||
@@ -43,17 +43,17 @@ message ResultItem {
|
||||
// 图片
|
||||
string cover = 5;
|
||||
// 图片尺寸
|
||||
double coverSize = 6;
|
||||
double cover_size = 6;
|
||||
// sug词类型
|
||||
string sugType = 7;
|
||||
string sug_type = 7;
|
||||
// 词条大类型
|
||||
int32 termType = 8;
|
||||
int32 term_type = 8;
|
||||
// 跳转类型
|
||||
string goto = 9;
|
||||
// 跳转uri
|
||||
string uri = 10;
|
||||
// 认证信息
|
||||
OfficialVerify officialVerify = 11;
|
||||
OfficialVerify official_verify = 11;
|
||||
// 跳转参数
|
||||
string param = 12;
|
||||
// up主mid
|
||||
@@ -67,7 +67,7 @@ message ResultItem {
|
||||
// 投稿时间
|
||||
int64 ptime = 17;
|
||||
// season类型名称
|
||||
string seasonTypeName = 18;
|
||||
string season_type_name = 18;
|
||||
// 地区
|
||||
string area = 19;
|
||||
// 作品风格
|
||||
@@ -83,9 +83,9 @@ message ResultItem {
|
||||
//
|
||||
string styles = 25;
|
||||
//
|
||||
int64 moduleId = 26;
|
||||
int64 module_id = 26;
|
||||
//
|
||||
string liveLink = 27;
|
||||
string live_link = 27;
|
||||
}
|
||||
|
||||
// 认证信息
|
||||
@@ -102,18 +102,18 @@ message ReasonStyle {
|
||||
// 角标文案
|
||||
string text = 1;
|
||||
// 文案日间色值
|
||||
string textColor = 2;
|
||||
string text_color = 2;
|
||||
// 文案夜间色值
|
||||
string textColorNight = 3;
|
||||
string text_color_night = 3;
|
||||
// 背景日间色值
|
||||
string bgColor = 4;
|
||||
string bg_color = 4;
|
||||
// 背景夜间色值
|
||||
string bgColorNight = 5;
|
||||
string bg_color_night = 5;
|
||||
// 边框日间色值
|
||||
string borderColor = 6;
|
||||
string border_color = 6;
|
||||
// 边框夜间色值
|
||||
string borderColorNight = 7;
|
||||
string border_color_night = 7;
|
||||
// 角标样式
|
||||
// 1:填充模式 2:镂空模式
|
||||
int32 bgStyle = 8;
|
||||
int32 bg_style = 8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user