🚧 添加了静态资源

This commit is contained in:
微凉
2020-12-24 15:21:49 +08:00
parent 430b4cf723
commit a7ce9451f3
8 changed files with 43 additions and 7 deletions

View File

@ -7,7 +7,9 @@ import (
log "github.com/sirupsen/logrus"
)
// TODO:添加前置路由信息
func Info(c *gin.Context) {
c.JSON(200,dataResponse(conf.Conf.Info))
}
func Get(c *gin.Context) {
var get alidrive.GetReq