|
@@ -1126,7 +1126,8 @@ public class TaskServiceImpl extends SuperServiceImpl<TTaskMapper, TTask> implem
|
|
jObject.put("url", "192.168.170.130");
|
|
jObject.put("url", "192.168.170.130");
|
|
jObject.put("port", "102");
|
|
jObject.put("port", "102");
|
|
JSONObject subjsonObject = new JSONObject();
|
|
JSONObject subjsonObject = new JSONObject();
|
|
- subjsonObject.put("content","123");
|
|
|
|
|
|
+ subjsonObject.put("content",map.get("uniqueCode").toString());
|
|
|
|
+ //TODO 具体怎么对应。
|
|
subjsonObject.put("positionIndex","1");
|
|
subjsonObject.put("positionIndex","1");
|
|
jObject.put("data",subjsonObject.toJSONString());
|
|
jObject.put("data",subjsonObject.toJSONString());
|
|
|
|
|