首先添加: private RequestQueue mRequestQueue; 在oncreate添加 mRequestQueue = Volley.newRequestQueue(this); JsonObjectRequest post请求并用添加参数 HashMap<String,String> map = new HashMap<String,String>(); map.put(“customer_type”,strCustomerType); map.put(“customer_code”,strCustomerCode); map.put
Read more