zhangxinlei1996 3 anni fa
parent
commit
4919bf5daa
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/qfw/util/usercenter/userCenter.go

+ 2 - 1
src/qfw/util/userCenter.go → src/qfw/util/usercenter/userCenter.go

@@ -1,4 +1,4 @@
-package util
+package usercenter
 
 import (
 	"encoding/json"
@@ -6,6 +6,7 @@ import (
 	"log"
 	"mongodb"
 	"net/http"
+	. "qfw/util"
 	"qfw/util/jwt"
 	"strings"
 )