beego框架swagger自動化API文件的介面標題為啥無法顯示
配置如下
// @Title title
// @Description 獲取某個使用者的帖子列表
// @Success 200 {object} []models.Post
// @Failure 403 body is empty
// @router /user/:userId [get]
配置的@Title無法在介面右邊顯示出來
本作品採用《CC 協議》,轉載必須註明作者和本文連結
beego框架swagger自動化API文件的介面標題為啥無法顯示
配置如下
// @Title title
// @Description 獲取某個使用者的帖子列表
// @Success 200 {object} []models.Post
// @Failure 403 body is empty
// @router /user/:userId [get]
配置的@Title無法在介面右邊顯示出來
本作品採用《CC 協議》,轉載必須註明作者和本文連結