四维找房.postman_collection.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. {
  2. "info": {
  3. "_postman_id": "daeebfdb-601c-4954-a618-017e92c7ec62",
  4. "name": "四维找房",
  5. "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  6. },
  7. "item": [
  8. {
  9. "name": "四维找房小程序",
  10. "item": [
  11. {
  12. "name": "根据小区id拉取房源",
  13. "request": {
  14. "method": "POST",
  15. "header": [],
  16. "url": {
  17. "raw": "localhost:8085/estate/houses?estate_id=1234",
  18. "host": [
  19. "localhost"
  20. ],
  21. "port": "8085",
  22. "path": [
  23. "app",
  24. "house",
  25. "estate",
  26. "houses"
  27. ],
  28. "query": [
  29. {
  30. "key": "estate_id",
  31. "value": "1234"
  32. }
  33. ]
  34. }
  35. },
  36. "response": []
  37. },
  38. {
  39. "name": "房源详情",
  40. "request": {
  41. "method": "POST",
  42. "header": [],
  43. "url": {
  44. "raw": "localhost:8085/app/house/detail?house_id=100412345678912345634354",
  45. "host": [
  46. "localhost"
  47. ],
  48. "port": "8085",
  49. "path": [
  50. "app",
  51. "house",
  52. "detail"
  53. ],
  54. "query": [
  55. {
  56. "key": "house_id",
  57. "value": "100412345678912345634354"
  58. }
  59. ]
  60. }
  61. },
  62. "response": []
  63. },
  64. {
  65. "name": "通过用户Id获取用户信息",
  66. "request": {
  67. "method": "POST",
  68. "header": [],
  69. "url": {
  70. "raw": "localhost:8085/app/user/detail?user_id=1005343435454363687878",
  71. "host": [
  72. "localhost"
  73. ],
  74. "port": "8085",
  75. "path": [
  76. "app",
  77. "user",
  78. "detail"
  79. ],
  80. "query": [
  81. {
  82. "key": "user_id",
  83. "value": "1005343435454363687878"
  84. }
  85. ]
  86. }
  87. },
  88. "response": []
  89. },
  90. {
  91. "name": "拉取经纪人详情",
  92. "request": {
  93. "method": "POST",
  94. "header": [],
  95. "url": {
  96. "raw": "localhost:8085/app/agency/detail?agency_user_id=1003123435455654366",
  97. "host": [
  98. "localhost"
  99. ],
  100. "port": "8085",
  101. "path": [
  102. "app",
  103. "agency",
  104. "detail"
  105. ],
  106. "query": [
  107. {
  108. "key": "agency_user_id",
  109. "value": "1003123435455654366"
  110. }
  111. ]
  112. }
  113. },
  114. "response": []
  115. }
  116. ],
  117. "protocolProfileBehavior": {}
  118. },
  119. {
  120. "name": "管理后台拉取管理员列表",
  121. "request": {
  122. "method": "POST",
  123. "header": [],
  124. "url": {
  125. "raw": "http://localhost:8085/admin/list-admin?admin_id=101343435435435454353454",
  126. "protocol": "http",
  127. "host": [
  128. "localhost"
  129. ],
  130. "port": "8085",
  131. "path": [
  132. "admin",
  133. "list-admin"
  134. ],
  135. "query": [
  136. {
  137. "key": "admin_id",
  138. "value": "101343435435435454353454"
  139. }
  140. ]
  141. }
  142. },
  143. "response": []
  144. },
  145. {
  146. "name": "管理后台根据小区拉取房源列表",
  147. "request": {
  148. "method": "POST",
  149. "header": [],
  150. "url": {
  151. "raw": "localhost:8085/admin/house/estate/houses?estate_id=1234&house_type=3房2厅&price&page_size=10&curr_page=1",
  152. "host": [
  153. "localhost"
  154. ],
  155. "port": "8085",
  156. "path": [
  157. "admin",
  158. "house",
  159. "estate",
  160. "houses"
  161. ],
  162. "query": [
  163. {
  164. "key": "estate_id",
  165. "value": "1234"
  166. },
  167. {
  168. "key": "house_type",
  169. "value": "3房2厅"
  170. },
  171. {
  172. "key": "price",
  173. "value": null
  174. },
  175. {
  176. "key": "page_size",
  177. "value": "10"
  178. },
  179. {
  180. "key": "curr_page",
  181. "value": "1"
  182. }
  183. ]
  184. }
  185. },
  186. "response": []
  187. },
  188. {
  189. "name": "管理后台小区列表获取",
  190. "request": {
  191. "method": "POST",
  192. "header": [],
  193. "url": {
  194. "raw": "localhost:8085/admin/estate/list?page_size=10&curr_page=1",
  195. "host": [
  196. "localhost"
  197. ],
  198. "port": "8085",
  199. "path": [
  200. "admin",
  201. "estate",
  202. "list"
  203. ],
  204. "query": [
  205. {
  206. "key": "page_size",
  207. "value": "10"
  208. },
  209. {
  210. "key": "curr_page",
  211. "value": "1"
  212. }
  213. ]
  214. }
  215. },
  216. "response": []
  217. },
  218. {
  219. "name": "管理后台小区详情获取",
  220. "request": {
  221. "method": "POST",
  222. "header": [],
  223. "url": {
  224. "raw": "localhost:8085/admin/estate/detail?estate_id=1234",
  225. "host": [
  226. "localhost"
  227. ],
  228. "port": "8085",
  229. "path": [
  230. "admin",
  231. "estate",
  232. "detail"
  233. ],
  234. "query": [
  235. {
  236. "key": "estate_id",
  237. "value": "1234"
  238. }
  239. ]
  240. }
  241. },
  242. "response": []
  243. },
  244. {
  245. "name": "管理后台拉取所有房源",
  246. "request": {
  247. "method": "POST",
  248. "header": [],
  249. "url": {
  250. "raw": "localhost:8085/admin/house/all",
  251. "host": [
  252. "localhost"
  253. ],
  254. "port": "8085",
  255. "path": [
  256. "admin",
  257. "house",
  258. "all"
  259. ]
  260. }
  261. },
  262. "response": []
  263. }
  264. ],
  265. "protocolProfileBehavior": {}
  266. }