ソースを参照

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 (
 	"encoding/json"
@@ -6,6 +6,7 @@ import (
 	"log"
 	"mongodb"
 	"net/http"
+	. "qfw/util"
 	"qfw/util/jwt"
 	"strings"
 )