|
@@ -998,10 +998,10 @@ import static com.telpo.facenormal.utile.Config.CheckList;
|
|
|
if (!Config.IsStringNull(alipayUserInfoBean.getData().getPhotoBase64())) {
|
|
|
Config.avatarBitmap = Config.base642Bitmap(alipayUserInfoBean.getData().getPhotoBase64());
|
|
|
}
|
|
|
-
|
|
|
- setEventRecords("face", alipayUserInfoBean.getData().getUserName(),
|
|
|
- alipayUserInfoBean.getData().getCertNo(), alipayUserInfoBean.getData().getPhotoBase64(), "",
|
|
|
- alipayUserInfoBean.getData().getMobile());
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
} else {
|
|
|
if (alipayUserInfoBean.getErrmsg().isEmpty()) {
|
|
|
alipayUserInfoBean.setErrmsg("联动平台请求失败");
|
|
@@ -1118,7 +1118,7 @@ import static com.telpo.facenormal.utile.Config.CheckList;
|
|
|
}
|
|
|
|
|
|
private void setEventRecords(String type, String name, String Cardid, String Photo, String idCardInfo,
|
|
|
- String phone) {
|
|
|
+ String phone,boolean Status,int ReasonType) {
|
|
|
EventRecordsBean eventRecordsBean = new EventRecordsBean();
|
|
|
eventRecordsBean.setSN(Config.SN);
|
|
|
|
|
@@ -1152,6 +1152,8 @@ import static com.telpo.facenormal.utile.Config.CheckList;
|
|
|
dataDTO.setYmStatus("2022-09-19 15:39:17,3");
|
|
|
dataDTO.setXcInfo("⽆异常⾏程");
|
|
|
dataDTO.setExtend5("绿码");
|
|
|
+ dataDTO.setStatus(Status);
|
|
|
+ dataDTO.setReasonType(ReasonType);
|
|
|
|
|
|
dataDTO.setExtend1("");
|
|
|
dataDTO.setExtend3("");
|