dsx 1 year ago
parent
commit
c422318ad4

+ 0 - 1
src/main/java/com/fdkankan/scene/service/impl/JmgaServiceImpl.java

@@ -105,7 +105,6 @@ public class JmgaServiceImpl implements IJmgaService {
         String ENCRYPT_KEY = "3d8904474ebbdbbd81c5952524dad646";
         byte[] raw = ENCRYPT_KEY.getBytes(StandardCharsets.UTF_8);
         Cipher cipher = Cipher.getInstance("AES/ECB/PKCS5Padding");
-        134679.
 
         SecretKeySpec skeySpec = new SecretKeySpec(raw, "AES");
         cipher.init(Cipher.DECRYPT_MODE, skeySpec);