fix
zhangqian
2024-07-04 f0786e779666d67a50cd57d82cfe1e278b47d397
controllers/attribute.go
@@ -148,7 +148,7 @@
// @Produce   application/json
// @Param     object  body  request.AttributeList true  "属性值和对象信息"
// @Success   200 {object} util.Response "成功"
// @Router    /api-wms/v1/attribute/attribute [post]
// @Router    /api-wms/v1/attribute/attribute [get]
func (slf AttributeController) ListAttribute(c *gin.Context) {
   var params request.AttributeList
   if err := c.ShouldBind(&params); err != nil {