Volley not calling getParams() for standard POST request

后端 未结 11 933
执念已碎
执念已碎 2020-11-30 07:56

I am trying to post some parameters to my rails API using Volley in Android. This is the code:

I tried with two log statements, one in getParams() and

11条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 08:16

    if you use My Singleton try this:

    MyVolley.getInstance(this).getRequestQueue().getCache().clear();
    

    Maybe you use cache on your code

提交回复
热议问题