|
@@ -174,7 +174,7 @@ func (this *UserController) Detail() {
|
|
|
|
|
|
// @Title 校验用户状态信息
|
|
|
// @Description 校验用户状态信息
|
|
|
-// @Success 200 {object} models.CheckLoginResp
|
|
|
+// @Success 200 {object} models.CheckStatusResp
|
|
|
// @router /check/status [get]
|
|
|
func (this *UserController) CheckLogin() {
|
|
|
br := new(models.BaseResponse).Init()
|