Config config = new RSAAutoCertificateConfig.Builder()
.merchantId(properties.getMchId())
.privateKeyFromPath(properties.getKeyPath())
.merchantSerialNumber(properties.getSerialNumber())
.apiV3Key(properties.getApiV3Key())
.build();
上面这段编码报错:Handler dispatch failed: java.lang.NoSuchFieldError: Companion
还请再次尝试是否存在异常