sync_pay_state

This commit is contained in:
sxu 2025-02-21 16:43:34 +08:00
parent 9a62d10b01
commit a3cd3c7836
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ public class AesEncryptUtil {
System.out.println(aesDecode("MF1Nui79h/OHRGoUx1jhcg==")); System.out.println(aesDecode("MF1Nui79h/OHRGoUx1jhcg=="));
System.out.println(); System.out.println();
System.out.println(aesEncrypt("18110922397")); System.out.println(aesEncrypt("Bd@19901"));
System.out.println(aesDecode("poEWO1yyC/EaUR9vmrrNSA==")); System.out.println(aesDecode("mgURks4Khhn55E1qSpw8ZA=="));
} }
} }