Browse Source

QueryGZPreSell: presalestatus 改为非必填

deng.yinping 2 years ago
parent
commit
a1ee806dba
3 changed files with 2 additions and 5 deletions
  1. 1 2
      docs/docs.go
  2. 1 2
      docs/swagger.json
  3. 0 1
      docs/swagger.yaml

+ 1 - 2
docs/docs.go

@@ -35695,8 +35695,7 @@ const docTemplate = `{
         "models.GZPresell": {
         "models.GZPresell": {
             "type": "object",
             "type": "object",
             "required": [
             "required": [
-                "marketid",
-                "presalestatus"
+                "marketid"
             ],
             ],
             "properties": {
             "properties": {
                 "bannerpicurl": {
                 "bannerpicurl": {

+ 1 - 2
docs/swagger.json

@@ -35686,8 +35686,7 @@
         "models.GZPresell": {
         "models.GZPresell": {
             "type": "object",
             "type": "object",
             "required": [
             "required": [
-                "marketid",
-                "presalestatus"
+                "marketid"
             ],
             ],
             "properties": {
             "properties": {
                 "bannerpicurl": {
                 "bannerpicurl": {

+ 0 - 1
docs/swagger.yaml

@@ -10967,7 +10967,6 @@ definitions:
         type: string
         type: string
     required:
     required:
     - marketid
     - marketid
-    - presalestatus
     type: object
     type: object
   models.GZWarehouseinfo:
   models.GZWarehouseinfo:
     properties:
     properties: