mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-14 11:17:55 +00:00
用户关联查询 jwt鉴权调整 api删除调整 authorityId默认类型调整
This commit is contained in:
@@ -159,8 +159,8 @@ func UploadHeaderImg(c *gin.Context) {
|
||||
// @Produce application/json
|
||||
// @Param data body modelInterface.PageInfo true "分页获取用户列表"
|
||||
// @Success 200 {string} json "{"success":true,"data":{},"msg":"获取成功"}"
|
||||
// @Router /user/getInfoList [post]
|
||||
func GetInfoList(c *gin.Context) {
|
||||
// @Router /user/getUserList [post]
|
||||
func GetUserList(c *gin.Context) {
|
||||
var pageInfo modelInterface.PageInfo
|
||||
_ = c.BindJSON(&pageInfo)
|
||||
err, list, total := new(dbModel.User).GetInfoList(pageInfo)
|
||||
|
||||
Reference in New Issue
Block a user