20220513测试鉴权.http 688 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ### 大屏鉴权
  2. POST http://192.168.70.125:12128/api/verification
  3. Content-Type: application/json
  4. {
  5. "token": "abcdef",
  6. "fromSystem": "dop",
  7. "system": "daping"
  8. }
  9. ### 预测
  10. POST http://192.168.70.125:12128/api/verification
  11. Content-Type: application/json
  12. {
  13. "token": "abcdefeee",
  14. "fromSystem": "top",
  15. "system": "yuce"
  16. }
  17. ### 工单流转
  18. POST http://192.168.70.125:12128/api/verification
  19. Content-Type: application/json
  20. {
  21. "token": "abcdefeee",
  22. "fromSystem": "top",
  23. "system": "liucheng"
  24. }
  25. ### 投诉分析
  26. POST http://133.96.94.176:12128/api/verification
  27. Content-Type: application/json
  28. {
  29. "token": "test_token_handan",
  30. "fromSystem": "test",
  31. "system": "fenxi"
  32. }