singal offline push

This commit is contained in:
wangchuxiao
2022-06-06 18:15:32 +08:00
parent dc7c10014d
commit d3abc44976
8 changed files with 218 additions and 5 deletions
+1
View File
@@ -108,6 +108,7 @@ func main() {
thirdGroup.POST("/upload_update_app", apiThird.UploadUpdateApp)
thirdGroup.POST("/get_download_url", apiThird.GetDownloadURL)
thirdGroup.POST("/get_rtc_invitation_info", apiThird.GetRTCInvitationInfo)
thirdGroup.POST("/get_rtc_invitation_start_app", apiThird.GetRTCInvitationInfoStartApp)
}
//Message
chatGroup := r.Group("/msg")