我需要通过 volley 发送一个带有身份验证标头和正文中的 Json 对象的 http 请求。但是我在凌空中没有找到这个请求。
我找到了 GsonRequest 和 JsonObjectRequest。 GsonRequest int method, String url, Class clazz, Map headers , Listener listener, ErrorListener errorListener, Gson useGson)
JsonObjectRequest (int 方法, java.lang.String url, JSONObject jsonRequest , Response.Listener listener, Response.ErrorListener errorListener)
知道该怎么做吗?