20220513测试投诉流程各接口.http 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. POST http://192.168.70.125:12128/rest/flow/api
  2. Content-Type: application/json
  3. {
  4. "callType": "findRoleList",
  5. "userName": "张"
  6. }
  7. ###
  8. POST http://192.168.70.125:12128/rest/flow/api
  9. Content-Type: application/json
  10. {
  11. "callType": "findToPage"
  12. }
  13. ###
  14. POST http://192.168.70.125:12128/rest/flow/api
  15. Content-Type: application/json
  16. {
  17. "callType": "getByLoginId",
  18. "loginId": "13333333333"
  19. }
  20. ###
  21. POST http://192.168.70.125:12128/rest/flow/api
  22. Content-Type: application/json
  23. {
  24. "callType": "get",
  25. "userId": "3"
  26. }
  27. ###
  28. POST http://192.168.70.125:12128/rest/flow/api
  29. Content-Type: application/json
  30. {
  31. "callType": "findRoleIdByUserId",
  32. "userId": "3"
  33. }
  34. ###
  35. POST http://192.168.70.125:12128/rest/flow/api
  36. Content-Type: application/json
  37. {
  38. "callType": "findUserIdByRoleId",
  39. "roleId": "3"
  40. }
  41. ###
  42. POST http://192.168.70.125:12128/rest/flow/api
  43. Content-Type: application/json
  44. {
  45. "callType": "findAuthorizedUser",
  46. "roleId": "3"
  47. }
  48. ###
  49. POST http://localhost:12128/rest/flow/api
  50. Content-Type: application/json
  51. {
  52. "callType": "findAuthorizedUser",
  53. "roleId": "3"
  54. }