From b3113e15eb90ff351b29bda437aa55affa7f3fa9 Mon Sep 17 00:00:00 2001 From: shenjiachi Date: Thu, 5 Dec 2024 20:22:40 +0800 Subject: [PATCH] update --- docs/docs.go | 8 +++++++- docs/swagger.json | 8 +++++++- docs/swagger.yaml | 6 +++++- go.mod | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 913bce2..7cef939 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -11827,7 +11827,10 @@ const docTemplate = `{ "type": "string" }, "level": { - "type": "string" + "type": "array", + "items": { + "type": "string" + } }, "platform": { "type": "string" @@ -14369,6 +14372,9 @@ const docTemplate = `{ "model.UserLevelTask": { "type": "object", "properties": { + "active_days": { + "type": "integer" + }, "create_at": { "type": "string" }, diff --git a/docs/swagger.json b/docs/swagger.json index f6cdb51..4e0b27d 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -11820,7 +11820,10 @@ "type": "string" }, "level": { - "type": "string" + "type": "array", + "items": { + "type": "string" + } }, "platform": { "type": "string" @@ -14362,6 +14365,9 @@ "model.UserLevelTask": { "type": "object", "properties": { + "active_days": { + "type": "integer" + }, "create_at": { "type": "string" }, diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 363ee38..feb01fc 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -2990,7 +2990,9 @@ definitions: id: type: string level: - type: string + items: + type: string + type: array platform: type: string send_end_time: @@ -4753,6 +4755,8 @@ definitions: type: object model.UserLevelTask: properties: + active_days: + type: integer create_at: type: string finish_count: diff --git a/go.mod b/go.mod index 60b7364..d1f194a 100644 --- a/go.mod +++ b/go.mod @@ -33,7 +33,7 @@ require ( ) require ( - code.fnuoos.com/EggPlanet/egg_models.git v0.2.1-0.20241205092551-36f699384da5 + code.fnuoos.com/EggPlanet/egg_models.git v0.2.1-0.20241205122147-7bfed5d258c7 code.fnuoos.com/EggPlanet/egg_system_rules.git v0.0.4-0.20241205075006-9c0bf995c788 code.fnuoos.com/go_rely_warehouse/zyos_go_es.git v1.0.1-0.20241118083738-0f22da9ba0be code.fnuoos.com/go_rely_warehouse/zyos_go_mq.git v0.0.5