update app

This commit is contained in:
wangchuxiao
2022-05-10 16:53:58 +08:00
parent 8effca3a7c
commit 7a78e5d869
3 changed files with 160 additions and 0 deletions
+2
View File
@@ -106,6 +106,8 @@ func main() {
thirdGroup.POST("/ali_oss_credential", apiThird.AliOSSCredential)
thirdGroup.POST("/minio_storage_credential", apiThird.MinioStorageCredential)
thirdGroup.POST("/minio_upload", apiThird.MinioUploadFile)
thirdGroup.POST("/upload_update_app", apiThird.UploadUpdateApp)
thirdGroup.POST("/get_download_url", apiThird.GetDownloadURL)
}
//Message
chatGroup := r.Group("/msg")