20220516投诉流程接口修改测试.http 365 B

123456789101112131415161718192021222324
  1. POST http://localhost:12128/rest/flow/api
  2. Content-Type: application/json
  3. {
  4. "callType": "findRoleList",
  5. "userName": "张"
  6. }
  7. ###
  8. POST http://localhost:12128/rest/flow/api
  9. Content-Type: application/json
  10. {
  11. "callType": "findRoleList",
  12. "userName": ""
  13. }
  14. ###
  15. POST http://localhost:12128/rest/flow/api
  16. Content-Type: application/json
  17. {
  18. "callType": "findRoleList"
  19. }