Retrofit Post Parameter

前端 未结 6 975
无人共我
无人共我 2020-12-08 06:37

I am implementing login feature and for that using Post request but i am getting error saying

\"retrofit.RetrofitError: com.squareup.okhttp.interna

6条回答
  •  执笔经年
    2020-12-08 07:26

    I got this error today

    ("retrofit.RetrofitError: com.squareup.okhttp.internal.http.HttpMethod.METHODS")

    The problem was I was using different versions okhttp and okhttp-urlconnection, so make sure they match.

提交回复
热议问题