Update search.proto (#874)

This commit is contained in:
stmtc233 2023-11-26 13:39:53 +08:00 committed by GitHub
parent ab7030ce10
commit e7f5483c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ service Search {
//
rpc CancelChatTask (CancelChatTaskReq) returns (CancelChatTaskReply);
//
rpc GetChatAuth (GetChatAuthReq) returns (GetChatAutReply);
rpc GetChatAuth (GetChatAuthReq) returns (GetChatAuthReply);
//
rpc GetChatResult (GetChatResultReq) returns (bilibili.broadcast.message.main.ChatResult);
//