# Functions
No description provided by the author
No description provided by the author
No description provided by the author
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 "{"message": "login success"}" @Router /login [post].
@Summary 登出 @Produce json @Success 200 {string} json "{"message": "successfully logout"}" @Router /login [get].
No description provided by the author