to:sync
This commit is contained in:
parent
1935529090
commit
fd338e363b
@ -27,7 +27,13 @@ func InitUserGroup(g *echo.Group) {
|
|||||||
return c.JSON(http.StatusOK, utils.Error(err))
|
return c.JSON(http.StatusOK, utils.Error(err))
|
||||||
}
|
}
|
||||||
|
|
||||||
return c.JSON(http.StatusOK, utils.Ok(true))
|
//登录
|
||||||
|
token, _ := service.Login.Login(ctx, dto.ThirdLoginReq{
|
||||||
|
Account: req.Account,
|
||||||
|
Password: req.Password,
|
||||||
|
})
|
||||||
|
|
||||||
|
return c.JSON(http.StatusOK, utils.Ok(token))
|
||||||
})
|
})
|
||||||
|
|
||||||
//登录
|
//登录
|
||||||
|
Loading…
x
Reference in New Issue
Block a user