You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-fly/docs/swagger.yaml

34 lines
695 B

info:
contact: {}
license: {}
paths:
/check:
post:
consumes:
- multipart/form-data
parameters:
- description: username
in: formData
name: username
required: true
type: string
- description: password
in: formData
name: password
required: true
type: string
- description: type
in: formData
name: type
required: true
type: string
produces:
- application/json
responses:
"200":
description: '{"code":200,"result":{},"msg":"ok"}'
schema:
type: string
summary: 登陆验证接口
swagger: "2.0"