🎨 新增AI客服相关接口
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package global
|
||||
|
||||
import (
|
||||
"miniapp/utils/flashtext"
|
||||
"sync"
|
||||
|
||||
"github.com/songzhibin97/gkit/cache/local_cache"
|
||||
@@ -30,6 +31,9 @@ var (
|
||||
|
||||
BlackCache local_cache.Cache
|
||||
lock sync.RWMutex
|
||||
|
||||
// GVA_Kp 关键词处理器
|
||||
GVA_Kp *flashtext.KeywordProcessor
|
||||
)
|
||||
|
||||
// GetGlobalDBByDBName 通过名称获取db list中的db
|
||||
|
Reference in New Issue
Block a user