monitor_login_info.go 160 B

12345678910
  1. package admin
  2. import "github.com/gogf/gf/net/ghttp"
  3. type MonitorLoginLog struct{}
  4. //登录日志列表
  5. func (c *MonitorLoginLog) List(r *ghttp.Request) {
  6. }