神王协议

master_longzhu
grimm 2024-07-31 11:40:05 +08:00
parent 1efeaad8b8
commit e0af165179
1 changed files with 10 additions and 0 deletions

View File

@ -763,4 +763,14 @@ message QueryBookImageRequest{
}
message QueryBookImageResponse{
repeated int32 bookImgIds = 1;
}
//
message shenwangUpLvRequest{
optional string heroId = 1;//id
repeated string consumeHeroIds = 2;//id
}
message shenwangUpLvResponse{
}