| | |
| | | // @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(¶ms); err != nil { |