12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- 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"
- }
|