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