20220524端口调整测试.http 623 B

123456789101112131415161718192021222324252627282930
  1. ### token是两个固定值 fromSystem 是test
  2. ### system 由调用接口的系统确定
  3. POST http://192.168.70.125:12128/api/verification
  4. Content-Type: application/json
  5. {
  6. "token": "test_token_123",
  7. "fromSystem": "test",
  8. "system": "daping"
  9. }
  10. ### token是两个固定值 fromSystem 是test
  11. ### system 由调用接口的系统确定
  12. POST http://192.168.70.125:12128/api/verification
  13. Content-Type: application/json
  14. {
  15. "token": "test_token_abc",
  16. "fromSystem": "test",
  17. "system": "liucheng"
  18. }
  19. ###
  20. POST http://192.168.70.125:12128/rest/flow/api
  21. Content-Type: application/json
  22. {
  23. "callType": "get",
  24. "userId": "3"
  25. }