Эх сурвалжийг харах

feat:新增超级订阅限制关键词个数配置项

zhangxinlei1996 2 жил өмнө
parent
commit
f9c398882a

+ 1 - 0
src/jfw/modules/subscribepay/src/config/config.go

@@ -76,6 +76,7 @@ type config struct {
 	Nsq_Topic          string
 	UserCenterApi      string
 	CompanySize        int64
+	VipKeyMaxLength    int64
 }
 type mgoConf struct {
 	Address           string