Browse Source

修改获取用户详情

rdluck 4 years ago
parent
commit
687cebadd3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      controllers/user.go

+ 0 - 1
controllers/user.go

@@ -2,7 +2,6 @@ package controllers
 
 import (
 	"encoding/json"
-	"fmt"
 	"hongze/hongze_cygx/models"
 	"hongze/hongze_cygx/services"
 	"hongze/hongze_cygx/utils"