fix(sis): 优化人脸照片同步和授权记录更新逻辑
This commit is contained in:
@@ -25,6 +25,8 @@ public class RemoteResidentPersonVo implements Serializable {
|
||||
|
||||
private Long gender;
|
||||
|
||||
private String phone;
|
||||
|
||||
private String idCard;
|
||||
|
||||
private Long authGroupId;
|
||||
|
@@ -10,4 +10,6 @@ import org.dromara.sis.api.domain.RemotePersonAuth;
|
||||
public interface RemoteSisAuth {
|
||||
|
||||
Boolean personAuth(RemotePersonAuth personAuth);
|
||||
|
||||
Boolean updatePersonAuth(RemotePersonAuth personAuth);
|
||||
}
|
||||
|
@@ -27,6 +27,8 @@ public class RemotePersonAuth implements Serializable {
|
||||
|
||||
private String email;
|
||||
|
||||
private Long e8Id;
|
||||
|
||||
private Integer cardType = 1;
|
||||
|
||||
private String idCardNumber;
|
||||
|
Reference in New Issue
Block a user