ricehull
Results
1
issues of
ricehull
public void postKubiOrder(String url) { CloseableHttpClient httpclient = HttpClients.createDefault(); HttpPost httpPost = new HttpPost(url); long nowts = Calendar.getInstance().getTimeInMillis(); //Request body JSONObject jsonObject = new JSONObject(); try { jsonObject.put("clientOid", UUID.randomUUID().toString()); jsonObject.put("side",...