mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 12:36:00 +08:00
proto modify
This commit is contained in:
@@ -139,7 +139,7 @@ message getFriendIDsReq {
|
||||
}
|
||||
|
||||
message getFriendIDsResp {
|
||||
repeated string = 1;
|
||||
repeated string friendIDs = 1;
|
||||
}
|
||||
|
||||
service friend{
|
||||
|
||||
@@ -213,7 +213,6 @@ service msg {
|
||||
rpc DelSuperGroupMsg(DelSuperGroupMsgReq) returns(DelSuperGroupMsgResp);
|
||||
//清空某人所有消息
|
||||
rpc ClearMsg(ClearMsgReq) returns(ClearMsgResp);
|
||||
|
||||
//设置消息是否发送成功-针对api发送的消息
|
||||
rpc SetSendMsgStatus(SetSendMsgStatusReq) returns(SetSendMsgStatusResp);
|
||||
//获取消息发送状态
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
import "Open-IM-Server/pkg/proto/sdkws/ws.proto";
|
||||
option go_package = "OpenIM/pkg/proto/rtc;rtc";
|
||||
package proto;
|
||||
package rtc;
|
||||
|
||||
message SignalMessageAssembleReq {
|
||||
sdkws.SignalReq signalReq = 1;
|
||||
|
||||
Reference in New Issue
Block a user