Compare commits

..

No commits in common. "aa9d2c126bc56779636fe87e2e8ff847a67fa6b9" and "ab856b75293770994174719ac393f39b49884f43" have entirely different histories.

View File

@ -64,7 +64,7 @@ func NewRouter() *gin.Engine {
}
}
// 上传
upData := r.Group("upload")
upData := privateGroup.Group("upload")
upData.Use(middleware.CheckLogin(service.AccountProvider))
{
upData.POST("img", upload.UploadImg)