libmvi/src/main/java/com/runt/open/mvi/retrofit/Interceptor/OpenInterceptor.java
@@ -33,7 +33,7 @@ public class OpenInterceptor implements Interceptor { protected final Charset UTF8 = Charset.forName("UTF-8"); protected final String ENCRYPT = "body"; protected final String ENCRYPT = "paramsString"; @Override public Response intercept(Chain chain) throws IOException { @@ -108,7 +108,7 @@ protected String encryptJson(String json){ try { return RSAUtils.encrypt(json,RSAUtils.getPublicKey(RSAUtils.PUBLIC_KEY)); return RSAUtils.encrypt(json); }catch (Exception e){ e.printStackTrace(); return e.getMessage();