用参数方式可以解决E/Volley: [777] BasicNetwork.performRequest: Unexpected response code 500 for XXXXX
1、StringRequest:
2、JSONRequest:
简单说一下,第一种方式,需要重写getParams来传递参数,参数类型为Map<String ,String >;第二种格式传递JSON格式的参数。