| | |
| | | "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": [ |
| | |
| | | "productId": { |
| | | "description": "产品id", |
| | | "type": "string" |
| | | }, |
| | | "ruleType": { |
| | | "description": "上架规则类型 1:产品类型;2:产品类别类型", |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/constvar.RuleType" |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | }, |
| | |
| | | "productId": { |
| | | "description": "产品id", |
| | | "type": "string" |
| | | }, |
| | | "ruleType": { |
| | | "description": "上架规则类型 1:产品类型;2:产品类别类型", |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/constvar.RuleType" |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | }, |