This commit is contained in:
aozhiwei 2024-11-04 17:04:55 +08:00
parent 33366eb68a
commit 2ca134a077

View File

@ -1,6 +1,7 @@
package user
import (
//"main/common"
"github.com/gin-gonic/gin"
)
@ -8,4 +9,5 @@ type UserApi struct {
}
func (this *UserApi) Login(c *gin.Context) {
//s := c.MustGet("session").(common.Session)
}