|
|
@@ -86,7 +86,7 @@ public class WmesService {
|
|
|
headers.put("Content-Type","application/json");
|
|
|
try{
|
|
|
long start = System.currentTimeMillis();
|
|
|
- String post = HttpKit.post("http://58.20.133.135:18080/datahubjson/WMS_EM/?method=QRCODE&apptoken=BAB75C8B843F1C92AC3FFE3BD2A06A5F×tamp=2024-06-25%2015:59:16&sign=1&format=JSON", bigData.toString(),headers);
|
|
|
+ String post = HttpKit.post("http://192.168.0.190:18080/datahubjson/WMS_EM/?method=QRCODE&apptoken=BAB75C8B843F1C92AC3FFE3BD2A06A5F×tamp=2024-06-25%2015:59:16&sign=1&format=JSON", bigData.toString(),headers);
|
|
|
Log.info(post);
|
|
|
int count = 0;
|
|
|
if(sb.length()>0){
|