|
|
@@ -334,7 +334,7 @@ public class VolleyUtil {
|
|
|
getVolleyUtil();
|
|
|
context = pContext;
|
|
|
requestType = pRequestType;
|
|
|
- pUrl = pUrl + "?pr_code" + pProcode + "&wh_code=" + pWhcode;
|
|
|
+ pUrl = pUrl + "?pr_code" + pProcode + "&location=" + pWhcode;
|
|
|
Log.e("VOLLEYURL", pUrl);
|
|
|
stringRequest = new StringRequest(Request.Method.GET, pUrl, stringListener, errorListener) {
|
|
|
@Override
|