Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddOauth2 ¶
@Summary AddOauth2 @Description 新增ZTA的Oauth2 @Tags ZTA Oauth2 @Accept json @Produce json @Param Oauth2 body mparam.AddOauth2 true "新增ZTA的Oauth2" @Success 200 {object} controller.Res @Router /sysytem/oauth2 [post]
func DelOauth2 ¶
@Summary DelOauth2 @Description 删除ZTA的Oauth2 @Tags ZTA Oauth2 @Produce json @Param id path int true "主键ID" @Success 200 {object} controller.Res @Router /sysytem/oauth2/{id} [delete]
func EditOauth2 ¶
@Summary EditOauth2 @Description 修改ZTA的Oauth2 @Tags ZTA Oauth2 @Accept json @Produce json @Param Oauth2 body mparam.EditOauth2 true "修改ZTA的Oauth2" @Success 200 {object} controller.Res @Router /sysytem/oauth2 [put]
func ListOauth2 ¶
@Summary ListOauth2 @Description 获取ZTA的Oauth2 @Tags ZTA Oauth2 @Produce json @Success 200 {object} controller.Res @Router /sysytem/oauth2 [get]
Types ¶
This section is empty.