浏览代码

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

zhangxinlei1996 2 年之前
父节点
当前提交
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