增加验证码功能
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
// This file was generated by swaggo/swag at
|
||||
// 2020-03-17 14:07:14.3860547 +0800 CST m=+0.077792301
|
||||
// 2020-03-17 15:18:08.5115326 +0800 CST m=+0.098737601
|
||||
|
||||
package docs
|
||||
|
||||
@@ -421,18 +421,6 @@ var doc = `{
|
||||
"base"
|
||||
],
|
||||
"summary": "生成验证码",
|
||||
"parameters": [
|
||||
{
|
||||
"description": "生成验证码",
|
||||
"name": "data",
|
||||
"in": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/modelInterface.PageInfo"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{\"success\":true,\"data\":{},\"msg\":\"获取成功\"}",
|
||||
@@ -460,18 +448,6 @@ var doc = `{
|
||||
"base"
|
||||
],
|
||||
"summary": "生成验证码图片路径",
|
||||
"parameters": [
|
||||
{
|
||||
"description": "生成验证码图片路径",
|
||||
"name": "data",
|
||||
"in": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/modelInterface.PageInfo"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{\"success\":true,\"data\":{},\"msg\":\"获取成功\"}",
|
||||
|
Reference in New Issue
Block a user