feat(sis): 添加模拟上下文登录功能

This commit is contained in:
zcxlsm 2025-07-27 19:47:05 +08:00
parent 1a900ad3db
commit 041db8c435

View File

@ -145,7 +145,7 @@ public class AuthTimer {
return pId;
}
private Long syncE8Plat(RemoteResidentPersonVo vo, byte[] imgByte) throws Exception {
private Long syncE8Plat(RemoteResidentPersonVo vo, byte[] imgByte) {
log.info("e8平台上传照片");
String e8ImgUrl = e8PlatformApi.uploadFace(imgByte);