|
@@ -158,14 +158,14 @@ public final class FanweiCommonUtil {
|
|
|
JSONObject msgObj = JSONObject.parseObject(result);
|
|
|
if(msgObj.get("message") == null){
|
|
|
logger.info("创建泛微待办异常: 接口返回message为空");
|
|
|
- throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
+// throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
}
|
|
|
|
|
|
JSONObject message = msgObj.getJSONObject("message");
|
|
|
|
|
|
if(message.get("errcode") == null){
|
|
|
logger.info("创建泛微待办异常: 接口返回errorcode为空");
|
|
|
- throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
+// throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
}
|
|
|
|
|
|
String sendStatus = "fail";
|
|
@@ -174,7 +174,8 @@ public final class FanweiCommonUtil {
|
|
|
String errCode = message.getString("errcode") == null ? "" : message.getString("errcode");
|
|
|
String errMsg = message.getString("errmsg") == null ? "" : message.getString("errmsg");
|
|
|
|
|
|
- throw new WFMessageServiceException("创建泛微待办异常: " + errMsg + "(" + errCode + ")");
|
|
|
+ logger.info("创建泛微待办异常: " + errMsg + "(" + errCode + ")");
|
|
|
+// throw new WFMessageServiceException("创建泛微待办异常: " + errMsg + "(" + errCode + ")");
|
|
|
}
|
|
|
sendStatus = "success";
|
|
|
|
|
@@ -246,13 +247,13 @@ public final class FanweiCommonUtil {
|
|
|
JSONObject msgObj = JSONObject.parseObject(result);
|
|
|
if(msgObj.get("message") == null){
|
|
|
logger.info("创建泛微待办异常: 接口返回message为空");
|
|
|
- throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
+// throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
}
|
|
|
|
|
|
JSONObject message = msgObj.getJSONObject("message");
|
|
|
if(message.get("errcode") == null){
|
|
|
logger.info("创建泛微待办异常: 接口返回errorcode为空");
|
|
|
- throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
+// throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
}
|
|
|
|
|
|
String sendStatus = "fail";
|
|
@@ -261,7 +262,8 @@ public final class FanweiCommonUtil {
|
|
|
String errCode = message.getString("errcode") == null ? "" : message.getString("errcode");
|
|
|
String errMsg = message.getString("errmsg") == null ? "" : message.getString("errmsg");
|
|
|
|
|
|
- throw new WFMessageServiceException("创建泛微待办异常: " + errMsg + "(" + errCode + ")");
|
|
|
+ logger.info("创建泛微待办异常: " + errMsg + "(" + errCode + ")");
|
|
|
+// throw new WFMessageServiceException("创建泛微待办异常: " + errMsg + "(" + errCode + ")");
|
|
|
}
|
|
|
sendStatus = "success";
|
|
|
|
|
@@ -331,13 +333,13 @@ public final class FanweiCommonUtil {
|
|
|
JSONObject msgObj = JSONObject.parseObject(result);
|
|
|
if(msgObj.get("message") == null){
|
|
|
logger.info("创建泛微待办异常: 接口返回message为空");
|
|
|
- throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
+// throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
}
|
|
|
|
|
|
JSONObject message = msgObj.getJSONObject("message");
|
|
|
if(message.get("errcode") == null){
|
|
|
logger.info("创建泛微待办异常: 接口返回errorcode为空");
|
|
|
- throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
+// throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
}
|
|
|
|
|
|
String sendStatus = "fail";
|
|
@@ -346,7 +348,8 @@ public final class FanweiCommonUtil {
|
|
|
String errCode = message.getString("errcode") == null ? "" : message.getString("errcode");
|
|
|
String errMsg = message.getString("errmsg") == null ? "" : message.getString("errmsg");
|
|
|
|
|
|
- throw new WFMessageServiceException("创建泛微待办异常: " + errMsg + "(" + errCode + ")");
|
|
|
+ logger.info("创建泛微待办异常: " + errMsg + "(" + errCode + ")");
|
|
|
+// throw new WFMessageServiceException("创建泛微待办异常: " + errMsg + "(" + errCode + ")");
|
|
|
}
|
|
|
sendStatus = "success";
|
|
|
|
|
@@ -438,13 +441,13 @@ public final class FanweiCommonUtil {
|
|
|
JSONObject msgObj = JSONObject.parseObject(result);
|
|
|
if(msgObj.get("message") == null){
|
|
|
logger.info("创建泛微待办异常: 接口返回message为空");
|
|
|
- throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
+// throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
}
|
|
|
|
|
|
JSONObject message = msgObj.getJSONObject("message");
|
|
|
if(message.get("errcode") == null){
|
|
|
logger.info("创建泛微待办异常: 接口返回errorcode为空");
|
|
|
- throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
+// throw new WFMessageServiceException("创建泛微待办异常: 接口返回为空");
|
|
|
}
|
|
|
|
|
|
String sendStatus = "fail";
|
|
@@ -453,7 +456,9 @@ public final class FanweiCommonUtil {
|
|
|
String errCode = message.getString("errcode") == null ? "" : message.getString("errcode");
|
|
|
String errMsg = message.getString("errmsg") == null ? "" : message.getString("errmsg");
|
|
|
|
|
|
- throw new WFMessageServiceException("创建泛微待办异常: " + errMsg + "(" + errCode + ")");
|
|
|
+ logger.info("创建泛微待办异常: " + errMsg + "(" + errCode + ")");
|
|
|
+
|
|
|
+// throw new WFMessageServiceException("创建泛微待办异常: " + errMsg + "(" + errCode + ")");
|
|
|
}
|
|
|
sendStatus = "success";
|
|
|
|