best-pay-sdk
best-pay-sdk copied to clipboard
Caused by: java.lang.NoSuchMethodError: okhttp3.HttpUrl.get(Ljava/lang/String;)Lokhttp3/HttpUrl;
微信下单报错
private Retrofit retrofit = new Retrofit.Builder() .baseUrl(WxPayConstants.WXPAY_GATEWAY) .addConverterFactory(SimpleXmlConverterFactory.create()) .client(new OkHttpClient.Builder() .addInterceptor((new HttpLoggingInterceptor() .setLevel(HttpLoggingInterceptor.Level.BODY))) .build() ) .build();
运行里面的demo试试
原始邮件 发件人: gudaichaoren[email protected] 收件人: Pay-Group/best-pay-sdk[email protected] 抄送: Subscribed[email protected] 发送时间: 2020年2月20日(周四) 20:51 主题: [Pay-Group/best-pay-sdk] Caused by: java.lang.NoSuchMethodError:okhttp3.HttpUrl.get(Ljava/lang/String;)Lokhttp3/HttpUrl; (#85)
微信下单报错 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.