Explorar el Código

Merge branch 'hotfix/v1.0.6.1_wky' of jianyu/jyseo into hotfix/v1.0.6.1

wangkaiyue hace 1 año
padre
commit
4c4920e14c
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. 5 3
      internal/tags/init.go

+ 5 - 3
internal/tags/init.go

@@ -1,12 +1,13 @@
 package tags
 
 import (
-	"fmt"
 	"context"
-	"github.com/gogf/gf/v2/frame/g"
-	"github.com/gogf/gf/v2/util/gconv"
+	"fmt"
 	"jyseo/internal/service"
 	"jyseo/utility"
+
+	"github.com/gogf/gf/v2/frame/g"
+	"github.com/gogf/gf/v2/util/gconv"
 )
 
 func init() {
@@ -57,6 +58,7 @@ func init() {
 	g.View().BindFunc("GetStrategyList", service.GetStrategyList)
 	g.View().BindFunc("GetAllKeyWordSiteList", service.JySeoKeyWordSiteRoot.GetAllSiteNode)
 	g.View().BindFunc("GetRandomHotLetterKeywords", service.JySeoKeyWordLetterRoot.GetRandomHotLetterKeywords) //随机热门字母关键词
+	g.View().BindFunc("GetALlLetterCode", GetALlLetterCode)                                                    //随机热门字母关键词
 	g.View().BindFunc("GetRandomLetterKeywords", service.JySeoKeyWordLetterRoot.GetRandomLetterKeywords)       //随机字母关键词
 	g.View().BindFunc("GetRandomPinyinHotKeywords", service.JySeoKeyWordPinyinRoot.GetRandomHotKeywords)