Refactor code

This commit is contained in:
wenxu12345
2022-01-17 14:05:09 +08:00
parent 766a05236a
commit 7f4eb5624b
4 changed files with 60 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ package relay;
message OnlinePushMsgReq {
string OperationID = 1;
open_im_sdk.MsgData msgData = 2;
server_api_params.MsgData msgData = 2;
}
message OnlinePushMsgResp{
repeated SingleMsgToUser resp = 1;