@@ -112,5 +112,6 @@
"nsq":"192.168.3.240:4260",
"nsq_topic": "jy_event",
"userCenterApi":"https://web-zxl.jydev.jianyu360.com",
- "companySize": 10
+ "companySize": 10,
+ "vipKeyMaxLength":300
}
@@ -71,6 +71,7 @@ func (this *SubscribeChange) GetSubBuyMsg() {
"isread": isread,
"isvip": vip,
"isnew": NewUserByVIP(userId), //免费订阅区分新老用户
+ "key_max_length": qutil.If(vip, config.Config.VipKeyMaxLength, 10),
}}
}()
if r.Err != nil {