zhangxinlei1996 4 年 前
コミット
28cf81b1ee

+ 4 - 3
src/jfw/modules/publicapply/src/bidcollection.json

@@ -1,6 +1,7 @@
 {
 {
-    "payUserCollLimit":10,
+    "payUserCollLimit":5000,
     "freeUserCollLimit":100,
     "freeUserCollLimit":100,
-    "pageSize":10,
-    "labelMaxCount":2
+    "pageSize":50,
+    "labelMaxCount":50,
+    "freeCollRedisKey":"other"
 }
 }

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

@@ -19,6 +19,7 @@ type BidColl struct {
 	FreeUserCollLimit int
 	FreeUserCollLimit int
 	Pagesize          int
 	Pagesize          int
 	LabelMaxCount     int
 	LabelMaxCount     int
+	FreeCollRedisKey  string
 }
 }
 
 
 var Config *config
 var Config *config