rdluck 4 年之前
父節點
當前提交
6dc8f9badb
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 1 1
      controllers/user.go
  2. 2 0
      doc/doc.txt

+ 1 - 1
controllers/user.go

@@ -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()

+ 2 - 0
doc/doc.txt

@@ -0,0 +1,2 @@
+文档:
+http://139.196.122.219:8101/swagger/