123456789101112131415161718192021222324 |
- POST http:
- Content-Type: application/json
- {
- "callType": "findRoleList",
- "userName": "张"
- }
- ###
- POST http:
- Content-Type: application/json
- {
- "callType": "findRoleList",
- "userName": ""
- }
- ###
- POST http:
- Content-Type: application/json
- {
- "callType": "findRoleList"
- }
|