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