opt:优化验箱接口

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-03-04 14:52:59 +08:00
parent 4357e8eff6
commit 674a0abe6c

View File

@@ -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))