// 接口测试用例 ### 搜索/订阅 列表模式保存 POST http://{{addr}}/jybx/base/subscribe/saveListMode Content-Type: application/json UserId:test20130110 { "mode": 1 } ### 搜索/订阅 列表模式获取 POST http://{{ addr }}/jybx/base/subscribe/showListMode Content-Type: application/json UserId:test20130110 ### 校验筛选条件是否重复保存 POST http://{{addr}}/jybx/base/checkSearchScreen Content-Type: application/json UserId:test20130110 appId:10000 { "searchvalue": "景山公园 天坛 地坛 陶然亭 颐和园", "selectType": "content,title,buyer", "industry": "建筑工程_材料设备,建筑工程_工程施工,建筑工程_勘察设计,建筑工程_监理咨询,建筑工程_机电安装", "minprice": "", "maxprice": "", "publishtime": "fiveyear", "subtype": "", "buyerclass": "交通", "buyertel": "y", "winnertel": "y", "notkey": "医院", "fileExists": "0", "area": "北京", "city": "", "searchGroup": "0", "searchMode": "1", "wordsMode": "1", "additionalWords": "九龙山 医院 " } ### 筛选条件保存 POST http://{{addr}}/jybx/base/addSearchScreen Content-Type: application/json Cookie: SESSIONID=4b0dfa144d8cfa0c899e7281ff00656291d621db { "searchvalue": "景山公园 天坛 地坛 陶然亭 颐和园", "selectType": "content,title,buyer", "industry": "建筑工程_材料设备,建筑工程_工程施工,建筑工程_勘察设计,建筑工程_监理咨询,建筑工程_机电安装", "minprice": "", "maxprice": "", "publishtime": "fiveyear", "subtype": "", "buyerclass": "交通", "buyertel": "y", "winnertel": "y", "notkey": "医院", "fileExists": "0", "area": "北京", "city": "", "inkey": "742c4bce4303dffdaa8ce3c0b99ee814", "searchGroup": "0", "searchMode": "0", "wordsMode": "1", "additionalWords": "九龙山 医院" } ### 查看已保存的筛选条件 POST http://{{addr}}/jybx/base/showSearchScreen Content-Type: application/json Cookie: SESSIONID=4b0dfa144d8cfa0c899e7281ff00656291d621db ### 删除已保存的筛选条件 POST http://{{addr}}/jybx/base/delSearchScreen Content-Type: application/json UserId:test20130110 appId:10000 { "id": "63bcfd44d2d550dfc36773dd" }