浏览代码

修改配置文件

renzheng 7 年之前
父节点
当前提交
6599bd2646
共有 2 个文件被更改,包括 6 次插入2 次删除
  1. 二进制
      api文档/剑鱼企业级数据服务接口_v1.4.doc
  2. 6 2
      jyservice/src/config.json

二进制
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
         }
     }
 }