1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "mgoAddr": "192.168.3.71:29099",
- "mgoDbName": "wjh",
- "mgoColl": "bidding",
- "mgoSize": 10,
- "exportType": 2,
- "isMark": 1,
- "search": {},
- "fieldsSort": ["matchkey", "area", "city", "title", "subtype", "detail", "publishtime", "href", "jybxhref", "projectname",
- "projectcode", "projectscope", "budget", "bidamount", "bidopentime", "buyer", "buyerperson", "buyertel", "agency", "s_winner",
- "winnerperson", "winnertel", "company_phone", "company_email", "id"],
- "fields_purchase": ["area", "city", "title", "subtype", "detail", "publishtime", "href", "jybxhref", "projectname",
- "projectcode", "projectscope", "id"],
- "fields": {
- "matchkey": "信息匹配词",
- "area": "省份",
- "city": "城市",
- "title": "公告标题",
- "subtype": "公告类别",
- "detail": "公告内容",
- "publishtime": "发布时间",
- "href": "公告地址",
- "jybxhref": "剑鱼标讯地址",
- "projectname": "项目名称",
- "projectcode": "项目编号",
- "projectscope": "项目范围",
- "budget": "预算(元)",
- "bidamount": "中标金额(元)",
- "bidopentime": "开标日期",
- "buyer": "采购单位",
- "buyerperson": "采购单位联系人",
- "buyertel": "采购单位联系电话",
- "agency": "招标代理机构",
- "s_winner": "中标单位",
- "winnerperson": "中标单位联系人",
- "winnertel": "中标单位联系电话",
- "company_phone": "中标企业联系电话",
- "company_email": "中标企业电子邮箱",
- "id": "唯一标识"
- }
- }
|