|
|
@@ -57,7 +57,7 @@ func Say(c *gin.Context) { |
|
|
|
// @Accept json |
|
|
|
// @Produce json |
|
|
|
// @param Authorization header string true "验证参数Bearer和token空格拼接" |
|
|
|
// @Param req body md.UserFeedbackSayReq true "(分页信息必填)" |
|
|
|
// @Param req body md.UserFeedbackChangeStateReq true "(分页信息必填)" |
|
|
|
// @Success 200 {string} "具体数据" |
|
|
|
// @Failure 400 {object} md.Response "具体错误" |
|
|
|
// @Router /api/userFeedback/content/change/state [post] |
|
|
|