|
|
@ -122,7 +122,7 @@ public class IcLoinController implements ResultDataResolver { |
|
|
|
public Result<UserTokenResultDTO> login(@RequestBody LoginByPassWordFormDTO input) { |
|
|
|
ValidatorUtils.validateEntity(input, LoginByPassWordFormDTO.IcLoginGroup.class); |
|
|
|
String ticket = input.getTicket(); |
|
|
|
String orgId = input.getOrgId(); |
|
|
|
String orgId = input.getRootAgencyId(); |
|
|
|
String staffId = input.getStaffId(); |
|
|
|
|
|
|
|
// ticket校验
|
|
|
|