push msg specify receiver

This commit is contained in:
Gordon
2022-02-08 16:49:45 +08:00
parent 9ceebacfb1
commit ba5d178ba0
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ package push;
message PushMsgReq {
string operationID = 1;
server_api_params.MsgData msgData = 2;
string pushToUserID = 3;
}
message PushMsgResp{
int32 ResultCode = 1;