소스 검색

修改配置文件

renzheng 7 년 전
부모
커밋
6599bd2646
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. BIN
      api文档/剑鱼企业级数据服务接口_v1.4.doc
  2. 6 2
      jyservice/src/config.json

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
         }
     }
 }