Преглед изворни кода

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

zhangxinlei1996 пре 3 година
родитељ
комит
f9c398882a
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/jfw/modules/subscribepay/src/config/config.go

+ 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