Volley not calling getParams() for standard POST request

后端 未结 11 951
执念已碎
执念已碎 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:34

    Try using shouldCache(false) for your request object before you add it into queue.

提交回复
热议问题