fix: fix Swagger @Tag

This commit is contained in:
Yang Luo
2024-01-15 23:35:40 +08:00
parent b469928780
commit a4524e9996
7 changed files with 24 additions and 18 deletions

View File

@ -916,7 +916,7 @@ func (c *ApiController) HandleSamlLogin() {
}
// HandleOfficialAccountEvent ...
// @Tag HandleOfficialAccountEvent API
// @Tag System API
// @Title HandleOfficialAccountEvent
// @router /webhook [POST]
// @Success 200 {object} object.Userinfo The Response object
@ -947,7 +947,7 @@ func (c *ApiController) HandleOfficialAccountEvent() {
}
// GetWebhookEventType ...
// @Tag GetWebhookEventType API
// @Tag System API
// @Title GetWebhookEventType
// @router /get-webhook-event [GET]
// @Success 200 {object} object.Userinfo The Response object