| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266 |
- {
- "info": {
- "_postman_id": "daeebfdb-601c-4954-a618-017e92c7ec62",
- "name": "四维找房",
- "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
- },
- "item": [
- {
- "name": "四维找房小程序",
- "item": [
- {
- "name": "根据小区id拉取房源",
- "request": {
- "method": "POST",
- "header": [],
- "url": {
- "raw": "localhost:8085/estate/houses?estate_id=1234",
- "host": [
- "localhost"
- ],
- "port": "8085",
- "path": [
- "app",
- "house",
- "estate",
- "houses"
- ],
- "query": [
- {
- "key": "estate_id",
- "value": "1234"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "房源详情",
- "request": {
- "method": "POST",
- "header": [],
- "url": {
- "raw": "localhost:8085/app/house/detail?house_id=100412345678912345634354",
- "host": [
- "localhost"
- ],
- "port": "8085",
- "path": [
- "app",
- "house",
- "detail"
- ],
- "query": [
- {
- "key": "house_id",
- "value": "100412345678912345634354"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "通过用户Id获取用户信息",
- "request": {
- "method": "POST",
- "header": [],
- "url": {
- "raw": "localhost:8085/app/user/detail?user_id=1005343435454363687878",
- "host": [
- "localhost"
- ],
- "port": "8085",
- "path": [
- "app",
- "user",
- "detail"
- ],
- "query": [
- {
- "key": "user_id",
- "value": "1005343435454363687878"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "拉取经纪人详情",
- "request": {
- "method": "POST",
- "header": [],
- "url": {
- "raw": "localhost:8085/app/agency/detail?agency_user_id=1003123435455654366",
- "host": [
- "localhost"
- ],
- "port": "8085",
- "path": [
- "app",
- "agency",
- "detail"
- ],
- "query": [
- {
- "key": "agency_user_id",
- "value": "1003123435455654366"
- }
- ]
- }
- },
- "response": []
- }
- ],
- "protocolProfileBehavior": {}
- },
- {
- "name": "管理后台拉取管理员列表",
- "request": {
- "method": "POST",
- "header": [],
- "url": {
- "raw": "http://localhost:8085/admin/list-admin?admin_id=101343435435435454353454",
- "protocol": "http",
- "host": [
- "localhost"
- ],
- "port": "8085",
- "path": [
- "admin",
- "list-admin"
- ],
- "query": [
- {
- "key": "admin_id",
- "value": "101343435435435454353454"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "管理后台根据小区拉取房源列表",
- "request": {
- "method": "POST",
- "header": [],
- "url": {
- "raw": "localhost:8085/admin/house/estate/houses?estate_id=1234&house_type=3房2厅&price&page_size=10&curr_page=1",
- "host": [
- "localhost"
- ],
- "port": "8085",
- "path": [
- "admin",
- "house",
- "estate",
- "houses"
- ],
- "query": [
- {
- "key": "estate_id",
- "value": "1234"
- },
- {
- "key": "house_type",
- "value": "3房2厅"
- },
- {
- "key": "price",
- "value": null
- },
- {
- "key": "page_size",
- "value": "10"
- },
- {
- "key": "curr_page",
- "value": "1"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "管理后台小区列表获取",
- "request": {
- "method": "POST",
- "header": [],
- "url": {
- "raw": "localhost:8085/admin/estate/list?page_size=10&curr_page=1",
- "host": [
- "localhost"
- ],
- "port": "8085",
- "path": [
- "admin",
- "estate",
- "list"
- ],
- "query": [
- {
- "key": "page_size",
- "value": "10"
- },
- {
- "key": "curr_page",
- "value": "1"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "管理后台小区详情获取",
- "request": {
- "method": "POST",
- "header": [],
- "url": {
- "raw": "localhost:8085/admin/estate/detail?estate_id=1234",
- "host": [
- "localhost"
- ],
- "port": "8085",
- "path": [
- "admin",
- "estate",
- "detail"
- ],
- "query": [
- {
- "key": "estate_id",
- "value": "1234"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "管理后台拉取所有房源",
- "request": {
- "method": "POST",
- "header": [],
- "url": {
- "raw": "localhost:8085/admin/house/all",
- "host": [
- "localhost"
- ],
- "port": "8085",
- "path": [
- "admin",
- "house",
- "all"
- ]
- }
- },
- "response": []
- }
- ],
- "protocolProfileBehavior": {}
- }
|