From 5e2e8f91c7f0e476a25fbaf12ed1e9cb194fc665 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Mon, 6 Jun 2022 10:42:23 +0800 Subject: [PATCH] singal offline push --- pkg/base_info/third_api_struct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/base_info/third_api_struct.go b/pkg/base_info/third_api_struct.go index 8cfb1cfaf..d03e9f505 100644 --- a/pkg/base_info/third_api_struct.go +++ b/pkg/base_info/third_api_struct.go @@ -77,5 +77,5 @@ type GetRTCInvitationInfoResp struct { SessionType int32 `json:"sessionType"` } `json:"invitation"` OfflinePushInfo struct{} `json:"offlinePushInfo"` - } + } `json:"data"` }