best-pay-sdk icon indicating copy to clipboard operation
best-pay-sdk copied to clipboard

Caused by: java.lang.NoSuchMethodError: okhttp3.HttpUrl.get(Ljava/lang/String;)Lokhttp3/HttpUrl;

Open gudaichaoren opened this issue 5 years ago • 2 comments

微信下单报错

gudaichaoren avatar Feb 20 '20 12:02 gudaichaoren

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();

gudaichaoren avatar Feb 20 '20 14:02 gudaichaoren

运行里面的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.

lly835 avatar Feb 21 '20 03:02 lly835