Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.94 KB | None | 0 0
  1.  bodyQuery.put("Name", "Courier");
  2.  bodyQuery.put("TypeParameter", "");
  3.     bodyTable.put("Login", login);
  4.     bodyTable.put("Password", password);
  5.     bodyTable.put("SessionHash", "");
  6.     bodyTable.put("Version", AppVersion);
  7.     bodyTable.put("DeviceID", AndroidID);
  8.     values.put(bodyTable);
  9.             bodyQuery.put("Values", values);
  10.             bodyQuery.put("Limit", "10");
  11.             bodyQuery.put("Offset", "0");
  12.             requestInfo.put("SessionHash", "");
  13.             requestInfo.put("RemoteAddr", "");
  14.             requestInfo.put("RequestURI", "");
  15.             requestInfo.put("RouterAction", "");
  16.             requestInfo.put("UserAgent", "");
  17.             requestInfo.put("Referer", "");
  18.             typeQuery.put("Query", "Services");
  19.             typeQuery.put("ID_msg", "x10006");
  20.             typeQuery.put("PointHash", "");
  21.             typeQuery.put("RequestInfo", requestInfo);
  22.             typeQuery.put("Tables", bodyQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement