| | |
| | | } |
| | | } |
| | | }, |
| | | "/v1/task/countdown": { |
| | | "get": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "Task" |
| | | ], |
| | | "summary": "新任务倒计时", |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/contextx.Response" |
| | | }, |
| | | { |
| | | "type": "object", |
| | | "properties": { |
| | | "data": { |
| | | "$ref": "#/definitions/response.TaskCountdown" |
| | | } |
| | | } |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/v1/task/finish/{id}": { |
| | | "put": { |
| | | "produces": [ |
| | |
| | | } |
| | | } |
| | | }, |
| | | "response.TaskCountdown": { |
| | | "type": "object", |
| | | "properties": { |
| | | "countDownHour": { |
| | | "description": "倒计时 时", |
| | | "type": "integer" |
| | | }, |
| | | "countDownMinute": { |
| | | "description": "倒计时 分", |
| | | "type": "integer" |
| | | }, |
| | | "showCountDown": { |
| | | "description": "是否展示倒计时", |
| | | "type": "boolean" |
| | | } |
| | | } |
| | | }, |
| | | "response.TaskData": { |
| | | "type": "object", |
| | | "properties": { |