package
0.0.0-20191202071258-b02ff283dd2b
Repository: https://github.com/detectivehlh/go-backend-starter.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
@Summary 登录 @Produce json @Param username query string true "username" @Param password query string true "password" @Success 200 {string} json "{"code":200,"data":{},"msg":"ok"}" @Router /login [get].