http测试.http 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ###
  2. POST http://10.170.42.91:12088/terminal/info?phoneNumber=13231899751
  3. Content-Type: application/x-www-form-urlencoded
  4. ###
  5. POST http://10.170.42.93:12900/terminal/5g?phoneNumber=13231899751
  6. Content-Type: application/x-www-form-urlencoded
  7. ###
  8. POST http://10.170.42.93:12900/terminal/volte?phoneNumber=13231899751
  9. Content-Type: application/x-www-form-urlencoded
  10. ###
  11. GET http://10.170.42.93:12900/
  12. Accept: application/json
  13. ### 获取完整信息
  14. POST http://localhost:12900/terminal/info?phoneNumber=18630189235
  15. Content-Type: application/x-www-form-urlencoded
  16. ###
  17. POST http://localhost:12900/terminal/5g?phoneNumber=13231899751
  18. Content-Type: application/x-www-form-urlencoded
  19. ###
  20. POST http://localhost:12900/terminal/volte?phoneNumber=13231899751
  21. Content-Type: application/x-www-form-urlencoded
  22. ###
  23. GET http://localhost:12900/
  24. Accept: application/json
  25. ###
  26. GET http://133.96.92.136:12090/
  27. Accept: application/json
  28. ###
  29. POST http://133.96.92.136:12090/terminal/volte?phoneNumber=13231899751
  30. Content-Type: application/x-www-form-urlencoded
  31. ###