Bläddra i källkod

Z991239-6453 #comment feat: RTA错误码补充

陈纪林80310970 1 månad sedan
förälder
incheckning
b2b405ffb7
1 ändrade filer med 8 tillägg och 8 borttagningar
  1. 8 8
      Module/mod_IDCertificate/IDCertFSM.cpp

+ 8 - 8
Module/mod_IDCertificate/IDCertFSM.cpp

@@ -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