Browse Source

修改配置文件

renzheng 7 năm trước cách đây
mục cha
commit
6599bd2646

BIN
api文档/剑鱼企业级数据服务接口_v1.4.doc


+ 6 - 2
jyservice/src/config.json

@@ -16,7 +16,9 @@
             "detail": 1,
             "publishtime": 1,
             "href": 1,
-			"id":1
+			"id":1,
+			"department":1,
+			"matchscore":1
         },
         "B": {
             "title": 1,
@@ -32,7 +34,9 @@
 			"buyertel":1,
 			"buyerperson":1,
 			"city":1,
-			"id":1
+			"id":1,
+			"department":1,
+			"matchscore":1
         }
     }
 }