superGroupMaxSeq

This commit is contained in:
wangchuxiao
2022-07-26 15:20:48 +08:00
12 changed files with 613 additions and 45 deletions
+1
View File
@@ -131,6 +131,7 @@ func main() {
thirdGroup.POST("/get_download_url", apiThird.GetDownloadURL)
thirdGroup.POST("/get_rtc_invitation_info", apiThird.GetRTCInvitationInfo)
thirdGroup.POST("/get_rtc_invitation_start_app", apiThird.GetRTCInvitationInfoStartApp)
thirdGroup.POST("/fcm_update_token", apiThird.FcmUpdateToken)
}
//Message
chatGroup := r.Group("/msg")