|
@@ -18,9 +18,9 @@ import ( |
|
|
// @Description 登入 |
|
|
// @Description 登入 |
|
|
// @Accept json |
|
|
// @Accept json |
|
|
// @Produce json |
|
|
// @Produce json |
|
|
// @Param req body md2.LoginReq true "用户名密码" |
|
|
|
|
|
// @Success 200 {object} md2.LoginResponse "token" |
|
|
|
|
|
// @Failure 400 {object} md2.Response "具体错误" |
|
|
|
|
|
|
|
|
// @Param req body md.LoginReq true "用户名密码" |
|
|
|
|
|
// @Success 200 {object} md.LoginResponse "token" |
|
|
|
|
|
// @Failure 400 {object} md.Response "具体错误" |
|
|
// @Router /admin/login [post] |
|
|
// @Router /admin/login [post] |
|
|
func Login(c *gin.Context) { |
|
|
func Login(c *gin.Context) { |
|
|
var req md.LoginReq |
|
|
var req md.LoginReq |
|
|