123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- // 接口测试用例
- ### 搜索/订阅 列表模式保存
- 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"
- }
- ### 获取最新标讯- 未登录
- GRPC 127.0.0.1:8005/bxcol.bxbase/NewestBidding
- ### 获取最新标讯- 登录
- GRPC 127.0.0.1:8005/bxcol.bxbase/NewestBidding
- {
- "positionId": 1204781659,
- "appId": "10000",
- "entId": null,
- "entUserId": null,
- "entAccountId": null,
- "positionType": 0,
- "accountId": "121233",
- "mgoUserId": "641aa7bcac1c8e639bc15cdb",
- "userId": "641aa7bcac1c8e639bc15cdb",
- "newUserId": 486050,
- "phone": "18238182402"
- }
- ###
- POST http://127.0.0.1:8006/jybx/base/newest
- Content-Type: application/json
- positionId": 1204781659,
- appId: "10000",
- entId: null,
- entUserId: null,
- entAccountId: null,
- positionType: 0,
- accountId: "121233",
- mgoUserId: "641aa7bcac1c8e639bc15cdb",
- userId: "641aa7bcac1c8e639bc15cdb",
- newUserId: 486050,
- phone: "18238182402
- ###
- POST http://192.168.3.240:8077/jybx/base/newest
- Content-Type: application/json
- Cookie:SESSIONID=6d22fac04ab1904bbda1e536773e8c1054b91fc3;
|