|
@@ -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) {
|