package controllers type ApprovalCommon struct { BaseAuth } // @Title 获取审批列表接口 // @Description 获取审批列表接口 // @Param request body admin.LoginReq true "type json string" // @Success 200 {object} admin3.LoginResp // @router /list [get] func (this *ApprovalCommon) List() { this.OkDetailed("1", "获取成功") }