POST http://192.168.70.125:12128/rest/flow/api
Content-Type: application/json

{
  "callType": "findRoleList",
  "userName": "张"
}

###

POST http://192.168.70.125:12128/rest/flow/api
Content-Type: application/json

{
  "callType": "findToPage"
}

###

POST http://192.168.70.125:12128/rest/flow/api
Content-Type: application/json

{
  "callType": "getByLoginId",
  "loginId": "13333333333"
}

###

POST http://192.168.70.125:12128/rest/flow/api
Content-Type: application/json

{
  "callType": "get",
  "userId": "3"
}

###

POST http://192.168.70.125:12128/rest/flow/api
Content-Type: application/json

{
  "callType": "findRoleIdByUserId",
  "userId": "3"
}

###

POST http://192.168.70.125:12128/rest/flow/api
Content-Type: application/json

{
  "callType": "findUserIdByRoleId",
  "roleId": "3"
}

###

POST http://192.168.70.125:12128/rest/flow/api
Content-Type: application/json

{
  "callType": "findAuthorizedUser",
  "roleId": "3"
}

###

POST http://localhost:12128/rest/flow/api
Content-Type: application/json

{
  "callType": "findAuthorizedUser",
  "roleId": "3"
}