瀏覽代碼

feat:提交

wangkaiyue 1 年之前
父節點
當前提交
008c209409
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 1
      internal/service/areaStruct.go
  2. 2 1
      internal/service/keyWordLetterStruct.go

+ 1 - 1
internal/service/areaStruct.go

@@ -15,7 +15,7 @@ var (
 		1: "华北",
 		1: "华北",
 		2: "华中",
 		2: "华中",
 		3: "东北",
 		3: "东北",
-		4: "华",
+		4: "华",
 		5: "华南",
 		5: "华南",
 		6: "西南",
 		6: "西南",
 		7: "西北",
 		7: "西北",

+ 2 - 1
internal/service/keyWordLetterStruct.go

@@ -4,6 +4,7 @@ import (
 	"context"
 	"context"
 	"fmt"
 	"fmt"
 	"github.com/gogf/gf/v2/frame/g"
 	"github.com/gogf/gf/v2/frame/g"
+	"github.com/gogf/gf/v2/os/gctx"
 	"github.com/gogf/gf/v2/util/gconv"
 	"github.com/gogf/gf/v2/util/gconv"
 	"jyseo/utility"
 	"jyseo/utility"
 )
 )
@@ -32,7 +33,7 @@ type (
 )
 )
 
 
 func init() {
 func init() {
-	//JySeoKeyWordLetterRoot.LoadLetterKeyWord(gctx.New())
+	JySeoKeyWordLetterRoot.LoadLetterKeyWord(gctx.New())
 }
 }
 
 
 func (sRoot *keyWordLetterRoot) LoadLetterKeyWord(ctx context.Context) {
 func (sRoot *keyWordLetterRoot) LoadLetterKeyWord(ctx context.Context) {