update 【gRPC API】 proto files
This commit is contained in:
@@ -170,11 +170,11 @@ message AdditionEsportMoba {
|
||||
// 副标题
|
||||
string sub_title = 7;
|
||||
// 动态本身的类型 type
|
||||
string type = 8;
|
||||
string type = 10;
|
||||
// 附加卡类型
|
||||
string card_type = 9;
|
||||
string card_type = 11;
|
||||
// 附加卡图标
|
||||
string head_icon = 10;
|
||||
string head_icon = 12;
|
||||
}
|
||||
|
||||
// 动态-附加卡-电竞卡-moba类-比赛信息
|
||||
@@ -450,6 +450,7 @@ enum AdditionalButtonClickType {
|
||||
click_up = 1; // 预约卡按钮
|
||||
}
|
||||
|
||||
//
|
||||
message AdditionalButtonInteractive {
|
||||
// 是否弹窗
|
||||
string popups = 1;
|
||||
@@ -1014,7 +1015,7 @@ enum DescType {
|
||||
desc_type_search_word = 18; //
|
||||
}
|
||||
|
||||
// Description 文本描述
|
||||
// 文本描述
|
||||
message Description {
|
||||
// 文本内容
|
||||
string text = 1;
|
||||
@@ -1040,7 +1041,7 @@ message Description {
|
||||
int32 emoji_size = 11;
|
||||
}
|
||||
|
||||
// Dimension 尺寸信息
|
||||
// 尺寸信息
|
||||
message Dimension {
|
||||
//
|
||||
int64 height = 1;
|
||||
@@ -2003,13 +2004,13 @@ message InteractionItem {
|
||||
// 动态id
|
||||
string dynamic_id = 4;
|
||||
// 评论mid
|
||||
int64 comment_mid = 5;
|
||||
int64 comment_mid = 6;
|
||||
//
|
||||
repeated InteractionFace faces = 6;
|
||||
repeated InteractionFace faces = 7;
|
||||
//
|
||||
InteractionStat stat = 7;
|
||||
InteractionStat stat = 8;
|
||||
//
|
||||
string icon = 8;
|
||||
string icon = 9;
|
||||
}
|
||||
|
||||
//
|
||||
@@ -2133,17 +2134,17 @@ message MdlDynApplet {
|
||||
// 跳转地址
|
||||
string uri = 2;
|
||||
// 主标题
|
||||
string title = 3;
|
||||
string title = 4;
|
||||
// 副标题
|
||||
string sub_title = 4;
|
||||
string sub_title = 5;
|
||||
// 封面图
|
||||
string cover = 5;
|
||||
string cover = 6;
|
||||
// 小程序icon
|
||||
string icon = 6;
|
||||
string icon = 7;
|
||||
// 小程序标题
|
||||
string label = 7;
|
||||
string label = 8;
|
||||
// 按钮文案
|
||||
string button_title = 8;
|
||||
string button_title = 9;
|
||||
}
|
||||
|
||||
// 动态-详情模块-稿件
|
||||
|
||||
Reference in New Issue
Block a user