Browse Source

feat:拆分包

zhangxinlei1996 3 năm trước cách đây
mục cha
commit
4919bf5daa
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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"
 )