|
|
@@ -24,7 +24,7 @@ const docTemplate = `{ |
|
|
|
"host": "{{.Host}}", |
|
|
|
"basePath": "{{.BasePath}}", |
|
|
|
"paths": { |
|
|
|
"/api/comm/getOssUrl": { |
|
|
|
"/api/v1/comm/getOssUrl": { |
|
|
|
"get": { |
|
|
|
"description": "上传许可链接(获取)", |
|
|
|
"consumes": [ |
|
|
@@ -62,7 +62,7 @@ const docTemplate = `{ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"/api/demo": { |
|
|
|
"/api/v1/demo": { |
|
|
|
"post": { |
|
|
|
"description": "Demo样例测试", |
|
|
|
"consumes": [ |
|
|
@@ -277,8 +277,8 @@ const docTemplate = `{ |
|
|
|
// SwaggerInfo holds exported Swagger Info so clients can modify it |
|
|
|
var SwaggerInfo = &swag.Spec{ |
|
|
|
Version: "1.0", |
|
|
|
Host: "mp.xbkai.com", |
|
|
|
BasePath: "/api", |
|
|
|
Host: "ddxq.izhim.com", |
|
|
|
BasePath: "/api/v1", |
|
|
|
Schemes: []string{}, |
|
|
|
Title: "蛋蛋星球-APP客户端", |
|
|
|
Description: "APP客户端-Api接口", |
|
|
|