jiangshuai
2023-10-30 3f1fb8181a80624ec3f77412040777892a462fdc
docs/docs.go
@@ -2172,6 +2172,21 @@
                "ReservationMethodByDate"
            ]
        },
        "constvar.RuleType": {
            "type": "integer",
            "enum": [
                1,
                2
            ],
            "x-enum-comments": {
                "RuleType_Product": "产品上架规则",
                "RuleType_ProductCategory": "产品类别上架规则"
            },
            "x-enum-varnames": [
                "RuleType_Product",
                "RuleType_ProductCategory"
            ]
        },
        "constvar.WhetherType": {
            "type": "integer",
            "enum": [
@@ -2836,6 +2851,14 @@
                "productId": {
                    "description": "产品id",
                    "type": "string"
                },
                "ruleType": {
                    "description": "上架规则类型 1:产品类型;2:产品类别类型",
                    "allOf": [
                        {
                            "$ref": "#/definitions/constvar.RuleType"
                        }
                    ]
                }
            }
        },
@@ -3388,6 +3411,14 @@
                "productId": {
                    "description": "产品id",
                    "type": "string"
                },
                "ruleType": {
                    "description": "上架规则类型 1:产品类型;2:产品类别类型",
                    "allOf": [
                        {
                            "$ref": "#/definitions/constvar.RuleType"
                        }
                    ]
                }
            }
        },