config.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "mgoAddr": "192.168.3.71:29099",
  3. "mgoDbName": "wjh",
  4. "mgoColl": "bidding",
  5. "mgoSize": 10,
  6. "exportType": 2,
  7. "isMark": 1,
  8. "search": {},
  9. "fieldsSort": ["matchkey", "area", "city", "title", "subtype", "detail", "publishtime", "href", "jybxhref", "projectname",
  10. "projectcode", "projectscope", "budget", "bidamount", "bidopentime", "buyer", "buyerperson", "buyertel", "agency", "s_winner",
  11. "winnerperson", "winnertel", "company_phone", "company_email", "id"],
  12. "fields_purchase": ["area", "city", "title", "subtype", "detail", "publishtime", "href", "jybxhref", "projectname",
  13. "projectcode", "projectscope", "id"],
  14. "fields": {
  15. "matchkey": "信息匹配词",
  16. "area": "省份",
  17. "city": "城市",
  18. "title": "公告标题",
  19. "subtype": "公告类别",
  20. "detail": "公告内容",
  21. "publishtime": "发布时间",
  22. "href": "公告地址",
  23. "jybxhref": "剑鱼标讯地址",
  24. "projectname": "项目名称",
  25. "projectcode": "项目编号",
  26. "projectscope": "项目范围",
  27. "budget": "预算(元)",
  28. "bidamount": "中标金额(元)",
  29. "bidopentime": "开标日期",
  30. "buyer": "采购单位",
  31. "buyerperson": "采购单位联系人",
  32. "buyertel": "采购单位联系电话",
  33. "agency": "招标代理机构",
  34. "s_winner": "中标单位",
  35. "winnerperson": "中标单位联系人",
  36. "winnertel": "中标单位联系电话",
  37. "company_phone": "中标企业联系电话",
  38. "company_email": "中标企业电子邮箱",
  39. "id": "唯一标识"
  40. }
  41. }