Merge remote-tracking branch 'origin/master_merge' into master_merge
This commit is contained in:
@@ -1017,14 +1017,13 @@ public class LmsToMesServiceImpl implements LmsToMesService {
|
|||||||
row1.put("DataValue","true");
|
row1.put("DataValue","true");
|
||||||
row1.put("DataCollectionDefId","001c61800000004f");
|
row1.put("DataCollectionDefId","001c61800000004f");
|
||||||
row1.put("DataCollectionDefName","PACKAGE");
|
row1.put("DataCollectionDefName","PACKAGE");
|
||||||
row1.put("DataCollectionDefName","PACKAGE");
|
|
||||||
rows.add(row1);
|
rows.add(row1);
|
||||||
row1.put("DataPointName","信息核对准确");
|
row1.put("DataPointName","信息核对准确");
|
||||||
rows.add(row1);
|
rows.add(row1);
|
||||||
row1.put("DataPointName","木箱是否防护");
|
row1.put("DataPointName","木箱是否防护");
|
||||||
rows.add(row1);
|
rows.add(row1);
|
||||||
param.put("DataPoints", rows);
|
param.put("DataPoints", rows);
|
||||||
|
log.info("BoxDataCollectionSubmit2接口请求参数为:-------------------" + param.toString());
|
||||||
try {
|
try {
|
||||||
String resultMsg = HttpRequest.post(url)
|
String resultMsg = HttpRequest.post(url)
|
||||||
.body(String.valueOf(param))
|
.body(String.valueOf(param))
|
||||||
|
|||||||
Reference in New Issue
Block a user