Android Volley POST string in body

前端 未结 3 1394
走了就别回头了
走了就别回头了 2020-12-03 01:42

I\'m trying to use Volley library to communicate with my RESTful API.

I have to POST string in the body, when I\'m asking for the bearer Token. String should look li

3条回答
  •  猫巷女王i
    2020-12-03 02:27

    I know this is old, but I ran into this same problem and there is a much cleaner solution imo found here: How to send a POST request using volley with string body?

提交回复
热议问题