This commit is contained in:
PandaGoAdmin
2021-12-16 23:08:53 +08:00
parent 23f53bea59
commit 80daf0de0f
7 changed files with 210 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ type LogLoginApi struct {
// @Description 获取JSON
// @Tags 登录日志
// @Param status query string false "status"
// @Param dictCode query string false "username"
// @Param username query string false "username"
// @Param pageSize query int false "页条数"
// @Param pageNum query int false "页码"
// @Success 200 {string} string "{"code": 200, "data": [...]}"