|
@@ -647,22 +647,22 @@ int CIDCertFSM::ReadAndScanUTF8(SpReqAnsContext<IDCert_ReadAndScanUTF8_Req, IDCe
|
|
|
{
|
|
|
if (m_bGetHeadPhotoFailed) //头像图片获取失败
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTAXXXX")("Get Headphoto failed!");
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTA211B")("Get Headphoto failed!");
|
|
|
ctx->Answer(Error_Unexpect, IDCertificate_UserErrorCode_ReadAndScan_GetHeadPhotoFailed);
|
|
|
}
|
|
|
else if (m_bHeadPhotoTimeError) //头像图片修改时间异常
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTAXXXX")("Headphoto time error!");
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTA211C")("Headphoto time error!");
|
|
|
ctx->Answer(Error_Unexpect, IDCertificate_UserErrorCode_ReadAndScan_HeadPhotoTimeError);
|
|
|
}
|
|
|
else if (m_bFrontPhotoTimeError) //正面扫描件修改时间异常
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTAXXXX")("Frontphoto time error!");
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTA211D")("Frontphoto time error!");
|
|
|
ctx->Answer(Error_Unexpect, IDCertificate_UserErrorCode_ReadAndScan_FrontPhotoTimeError);
|
|
|
}
|
|
|
else if (m_bBackPhotoTimeError) //背面扫描件修改时间异常
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTAXXXX")("Backphoto time error!");
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTA211E")("Backphoto time error!");
|
|
|
ctx->Answer(Error_Unexpect, IDCertificate_UserErrorCode_ReadAndScan_BackPhotoTimeError);
|
|
|
}
|
|
|
else
|
|
@@ -881,22 +881,22 @@ int CIDCertFSM::ReadAndScanUTF8JS(SpReqAnsContext<IDCert_ReadAndScanUTF8JS_Req,
|
|
|
{
|
|
|
if (m_bGetHeadPhotoFailed) //头像图片获取失败
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTAXXXX")("Get Headphoto failed!");
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTA211B")("Get Headphoto failed!");
|
|
|
ctx->Answer(Error_Unexpect, IDCertificate_UserErrorCode_ReadAndScan_GetHeadPhotoFailed);
|
|
|
}
|
|
|
else if (m_bHeadPhotoTimeError) //头像图片修改时间异常
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTAXXXX")("Headphoto time error!");
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTA211C")("Headphoto time error!");
|
|
|
ctx->Answer(Error_Unexpect, IDCertificate_UserErrorCode_ReadAndScan_HeadPhotoTimeError);
|
|
|
}
|
|
|
else if (m_bFrontPhotoTimeError) //正面扫描件修改时间异常
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTAXXXX")("Frontphoto time error!");
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTA211D")("Frontphoto time error!");
|
|
|
ctx->Answer(Error_Unexpect, IDCertificate_UserErrorCode_ReadAndScan_FrontPhotoTimeError);
|
|
|
}
|
|
|
else if (m_bBackPhotoTimeError) //背面扫描件修改时间异常
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTAXXXX")("Backphoto time error!");
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER).setResultCode("RTA211E")("Backphoto time error!");
|
|
|
ctx->Answer(Error_Unexpect, IDCertificate_UserErrorCode_ReadAndScan_BackPhotoTimeError);
|
|
|
}
|
|
|
else
|