zhangqian
2024-04-30 09fe1d906147cc88bb00cb0a6a1361ddd4112fa4
controllers/fineness.go
@@ -314,9 +314,10 @@
// @Tags      纤度检验
// @Summary   纤度检验修改
// @Produce   application/json
// @Param     object  body   response.FinenessCheckInfo true  "字典信息"
// @Param     object  body   response.FinenessCheckInfo true  "参数"
// @Param     Authorization   header string true "token"
// @Success   200 {object} util.Response "成功"
// @Router    /api-jl/v1/fineness/check [post]
// @Router    /api-jl/v1/fineness/check [PUT]
func (slf FinenessController) CheckEdit(c *gin.Context) {
   var params response.FinenessCheckInfo
   if err := c.BindJSON(&params); err != nil {