fix bug in log upload
This commit is contained in:
@@ -51,7 +51,7 @@ using namespace std;
|
||||
|
||||
SM4 sm4Encode;
|
||||
sm4Encode.sm4_enc((char*)input,seriseLen+4,(char*)output,szKey);
|
||||
printf("%lld || %s || %x %x %x %x\n", now_secs, output, pTime[3], pTime[2], pTime[1], pTime[0]);
|
||||
printf("now_secs:%lld ||series: %s ||ptime: %x %x %x %x\n", now_secs, output, pTime[3], pTime[2], pTime[1], pTime[0]);//lnk20250304
|
||||
}
|
||||
|
||||
void MyGetSM4Code(char* input,unsigned char* szKey,char* output)
|
||||
|
||||
Reference in New Issue
Block a user