敏感词过滤
This commit is contained in:
@@ -3,7 +3,7 @@ package partner
|
||||
import (
|
||||
"math"
|
||||
"time"
|
||||
|
||||
"regexp"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/tasksch"
|
||||
@@ -137,6 +137,8 @@ type ISingleStoreStoreSkuHandler interface {
|
||||
|
||||
IsErrCategoryExist(err error) (isExist bool)
|
||||
IsErrCategoryNotExist(err error) (isNotExist bool)
|
||||
|
||||
GetRegexp() *regexp.Regexp
|
||||
}
|
||||
|
||||
func BuildSkuName(skuID int, vendorSkuID string) (skuName *SkuNameInfo) {
|
||||
|
||||
Reference in New Issue
Block a user