|
|
@@ -1,5 +1,4 @@ |
|
|
|
// Code generated by swaggo/swag. DO NOT EDIT. |
|
|
|
|
|
|
|
// Package docs Code generated by swaggo/swag. DO NOT EDIT |
|
|
|
package docs |
|
|
|
|
|
|
|
import "github.com/swaggo/swag" |
|
|
@@ -1438,9 +1437,7 @@ const docTemplate = `{ |
|
|
|
"name": "req", |
|
|
|
"in": "body", |
|
|
|
"required": true, |
|
|
|
"schema": { |
|
|
|
"type": "object" |
|
|
|
} |
|
|
|
"schema": {} |
|
|
|
} |
|
|
|
], |
|
|
|
"responses": { |
|
|
@@ -8248,6 +8245,10 @@ const docTemplate = `{ |
|
|
|
"md.AddLevelTaskReq": { |
|
|
|
"type": "object", |
|
|
|
"properties": { |
|
|
|
"active_days": { |
|
|
|
"description": "活跃多少天", |
|
|
|
"type": "string" |
|
|
|
}, |
|
|
|
"finish_count": { |
|
|
|
"description": "多少天内完成的指标", |
|
|
|
"type": "string" |
|
|
@@ -12890,6 +12891,10 @@ const docTemplate = `{ |
|
|
|
"md.UpdateLevelTaskReq": { |
|
|
|
"type": "object", |
|
|
|
"properties": { |
|
|
|
"active_days": { |
|
|
|
"description": "活跃多少天", |
|
|
|
"type": "string" |
|
|
|
}, |
|
|
|
"finish_count": { |
|
|
|
"description": "多少天内完成的指标", |
|
|
|
"type": "string" |
|
|
@@ -14546,6 +14551,8 @@ var SwaggerInfo = &swag.Spec{ |
|
|
|
Description: "管理后台接口文档", |
|
|
|
InfoInstanceName: "swagger", |
|
|
|
SwaggerTemplate: docTemplate, |
|
|
|
LeftDelim: "{{", |
|
|
|
RightDelim: "}}", |
|
|
|
} |
|
|
|
|
|
|
|
func init() { |
|
|
|