mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 19:22:46 +08:00
Refactor code
This commit is contained in:
parent
b9b0e9cf43
commit
31a6797fc3
@ -5,7 +5,7 @@ package push;
|
|||||||
|
|
||||||
message PushMsgReq {
|
message PushMsgReq {
|
||||||
string operationID = 1;
|
string operationID = 1;
|
||||||
open_im_sdk.MsgData msgData = 2;
|
server_api_params.MsgData msgData = 2;
|
||||||
}
|
}
|
||||||
message PushMsgResp{
|
message PushMsgResp{
|
||||||
int32 ResultCode = 1;
|
int32 ResultCode = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user