alter demo

This commit is contained in:
wangchuxiao
2022-06-24 18:33:52 +08:00
parent 278d09e4db
commit 79907b374a
3 changed files with 10 additions and 7 deletions
+3 -3
View File
@@ -195,9 +195,9 @@ func GetUsersInfo(c *gin.Context) {
c.JSON(http.StatusOK, resp)
}
// @Summary 更新用户信息
// @Description 向你说Hello
// @Tags 测试
// @Summary 修改用户信息
// @Description 修改用户信息
// @Tags 修改用户信息
// @Accept json
// @Param who query string true "人名"
// @Success 200 {string} string "{"msg": "hello Razeen"}"