Browse Source

用户反馈

master
huangjiajun 1 month ago
parent
commit
2cfa83d10d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      app/hdl/user_feedback/hdl_list.go
  2. +1
    -1
      go.mod

+ 1
- 1
app/hdl/user_feedback/hdl_list.go View File

@@ -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]


+ 1
- 1
go.mod View File

@@ -32,7 +32,7 @@ require (
)

require (
code.fnuoos.com/EggPlanet/egg_models.git v0.2.1-0.20241129082300-a528fb63b590
code.fnuoos.com/EggPlanet/egg_models.git v0.2.1-0.20241130022153-9f7ff6c9f078
code.fnuoos.com/EggPlanet/egg_system_rules.git v0.0.4-0.20241129071929-add8a8e2196a
code.fnuoos.com/go_rely_warehouse/zyos_go_es.git v1.0.1-0.20241118083738-0f22da9ba0be
code.fnuoos.com/go_rely_warehouse/zyos_go_mq.git v0.0.5


Loading…
Cancel
Save