base.go
结构体及函数
type BaseAPI struct {
beego.Controller
}
func (b *BaseAPI) ValidateUser() int { }
func (b *BaseAPI) GetUserIDForRequest() (int, bool, bool) { }ValidateUser()
Last updated
type BaseAPI struct {
beego.Controller
}
func (b *BaseAPI) ValidateUser() int { }
func (b *BaseAPI) GetUserIDForRequest() (int, bool, bool) { }Last updated