瀏覽代碼

feat:拆分包

zhangxinlei1996 3 年之前
父節點
當前提交
4919bf5daa
共有 1 個文件被更改,包括 2 次插入1 次删除
  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 (
 import (
 	"encoding/json"
 	"encoding/json"
@@ -6,6 +6,7 @@ import (
 	"log"
 	"log"
 	"mongodb"
 	"mongodb"
 	"net/http"
 	"net/http"
+	. "qfw/util"
 	"qfw/util/jwt"
 	"qfw/util/jwt"
 	"strings"
 	"strings"
 )
 )