mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-21 18:20:47 +00:00
11 lines
160 B
Go
11 lines
160 B
Go
package admin
|
|
|
|
import "github.com/gogf/gf/net/ghttp"
|
|
|
|
type MonitorLoginLog struct{}
|
|
|
|
//登录日志列表
|
|
func (c *MonitorLoginLog) List(r *ghttp.Request) {
|
|
|
|
}
|