pb: open_im_sdk.OfflinePushInfo

This commit is contained in:
wenxu12345
2021-12-10 11:07:44 +08:00
parent a8201aaa58
commit 2ace964573
3 changed files with 124 additions and 60 deletions
+6
View File
@@ -87,3 +87,9 @@ message MsgData {
string clientMsgID =13;
}
message OfflinePushInfo{
string Title = 1;
string Desc = 2;
string Ext = 3;
}