新增/修改产品-对动态属性的支持Attributes->AttributeValues
| | |
| | | { |
| | | attributeValueAPI.POST("add", attributeValueController.AddAttributeValue) |
| | | attributeValueAPI.POST("update", attributeValueController.UpdateAttributeValue) |
| | | attributeValueAPI.DELETE("delete/:id", attributeValueController.DeleteAttributeValue) //删除位置 |
| | | attributeValueAPI.DELETE("delete/:id", attributeValueController.DeleteAttributeValue) //删除 |
| | | attributeValueAPI.POST("list", attributeValueController.ListAttributeValue) |
| | | attributeValueAPI.GET("primary/:id", attributeValueController.PrimaryAttributeValue) //删除 |
| | | } |
| | | |
| | | return r |