feat: temp upload

This commit is contained in:
fallen-angle
2022-04-13 19:48:10 +08:00
parent 80ca1cd46e
commit fc347a4140
15 changed files with 155 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ func Initialize() *gin.Engine {
initHttpClient()
initMySQL()
initRedis()
initBos()
initCron()
g := initRouter()
initSwagger()