| | |
| | | - ReservationMethodAtConfirm |
| | | - ReservationMethodManual |
| | | - ReservationMethodByDate |
| | | constvar.RuleType: |
| | | enum: |
| | | - 1 |
| | | - 2 |
| | | type: integer |
| | | x-enum-comments: |
| | | RuleType_Product: 产品上架规则 |
| | | RuleType_ProductCategory: 产品类别上架规则 |
| | | x-enum-varnames: |
| | | - RuleType_Product |
| | | - RuleType_ProductCategory |
| | | constvar.WhetherType: |
| | | enum: |
| | | - 1 |
| | |
| | | productId: |
| | | description: 产品id |
| | | type: string |
| | | ruleType: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.RuleType' |
| | | description: 上架规则类型 1:产品类型;2:产品类别类型 |
| | | type: object |
| | | request.AddOperation: |
| | | properties: |
| | |
| | | productId: |
| | | description: 产品id |
| | | type: string |
| | | ruleType: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.RuleType' |
| | | description: 上架规则类型 1:产品类型;2:产品类别类型 |
| | | type: object |
| | | request.UpdateLocationProductAmount: |
| | | properties: |