Commit 1ad6c7d8 LN

1

1 个父辈 e61b6d4b
......@@ -1007,7 +1007,7 @@ public class MicronApi {
log.info("调用MES接口 Api012: url=" + url + ",body=" + paramStr + "");
MicronResult result = HttpHelper.postMicronJson(url, paramMap);
String errMsg = getDErrorMsg(result);
String errMsg =result.getResponseData();
if (result.isOk()) {
String mode = result.getResult("mode", false);
String userName = result.getResult("result", false);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!