zhangxinlei1996 4 년 전
부모
커밋
28cf81b1ee
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      src/jfw/modules/publicapply/src/bidcollection.json
  2. 1 0
      src/jfw/modules/publicapply/src/config/config.go

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

@@ -1,6 +1,7 @@
 {
-    "payUserCollLimit":10,
+    "payUserCollLimit":5000,
     "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
 	Pagesize          int
 	LabelMaxCount     int
+	FreeCollRedisKey  string
 }
 
 var Config *config