Stringmsg=MessageUtils.getText("smfcore.api.fail",newString[]{"API002 : "+result.getResponseData()},MessageUtils.getDefaultLocal(),"{0} Failed to get data");
resultMap.put("msg",msg);
resultMap.put("msg",Api002MResult.newObj(msg));
log.info("API002 ,接口通信失败:"+msg);
returnresultMap;
// log.info("API002 ,接口通信失败");
...
...
@@ -360,7 +364,7 @@ public class MicronApi {
catch(Exceptione){
//超时返回:API002 interface time out
log.error(url+"出错",e);
resultMap.put("msg","API002 interface time out");
resultMap.put("msg",Api002MResult.newObj("API002 interface time out"));