更新gRPC proto定义

This commit is contained in:
SocialSisterYi
2023-07-11 22:36:38 +08:00
parent 47a157e08b
commit aa233779e1
4 changed files with 321 additions and 2 deletions

View File

@@ -785,6 +785,16 @@ message CampusHomePagesReq {
int32 page_type = 6;
}
//
enum CampusRcmdReqFrom {
CAMPUS_RCMD_FROM_UNKNOWN = 0;
CAMPUS_RCMD_FROM_HOME_UN_OPEN = 1;
CAMPUS_RCMD_FROM_VISIT_OTHER = 2;
CAMPUS_RCMD_FROM_HOME_MOMENT = 3;
CAMPUS_RCMD_FROM_DYN_MOMENT = 4;
CAMPUS_RCMD_FROM_PAGE_SUBORDINATE_MOMENT = 5;
}
//
enum CampusHomePageType {
//