| Line 82... |
Line 82... |
| 82 |
while ((line = rd.readLine()) != null) {
|
82 |
while ((line = rd.readLine()) != null) {
|
| 83 |
System.out.println(line);
|
83 |
System.out.println(line);
|
| 84 |
JSONObject jsonObj = new JSONObject(line);
|
84 |
JSONObject jsonObj = new JSONObject(line);
|
| 85 |
JSONObject json= (JSONObject)jsonObj.get("data");
|
85 |
JSONObject json= (JSONObject)jsonObj.get("data");
|
| 86 |
long updatedAt = json.getLong("updatedAt");
|
86 |
long updatedAt = json.getLong("updatedAt");
|
| 87 |
System.out.pr
|
87 |
System.out.println(updatedAt);
|
| 88 |
}
|
88 |
}
|
| 89 |
|
89 |
|
| 90 |
//https://seller.flipkart.com/order_management/search_order_items?order_id=OD40827062297&sellerId=m2z93iskuj81qiid
|
90 |
//https://seller.flipkart.com/order_management/search_order_items?order_id=OD40827062297&sellerId=m2z93iskuj81qiid
|
| 91 |
TransactionClient transactionServiceClient = new TransactionClient();
|
91 |
TransactionClient transactionServiceClient = new TransactionClient();
|
| 92 |
in.shop2020.model.v1.order.TransactionService.Client tClient = transactionServiceClient.getClient();
|
92 |
in.shop2020.model.v1.order.TransactionService.Client tClient = transactionServiceClient.getClient();
|