|
|
@@ -37,7 +37,7 @@ public class AigcServiceImpl implements AigcService {
|
|
|
}
|
|
|
return null;
|
|
|
} catch (Exception e) {
|
|
|
- log.error("getAllLongArticleSystemPlan error", e);
|
|
|
+ log.error("getAllLongArticleSystemPlan error:{}", e.getMessage());
|
|
|
}
|
|
|
return null;
|
|
|
}
|
|
|
@@ -76,7 +76,7 @@ public class AigcServiceImpl implements AigcService {
|
|
|
return jsonObject.getJSONObject("data").toJavaObject(LongArticleSystemContentVO.class);
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log.error("listWaitingMatchMiniprogramContents error", e);
|
|
|
+ log.error("listWaitingMatchMiniprogramContents error:{}", e.getMessage());
|
|
|
}
|
|
|
return null;
|
|
|
}
|
|
|
@@ -93,7 +93,7 @@ public class AigcServiceImpl implements AigcService {
|
|
|
return jsonObject.getJSONObject("data").toJavaObject(LongArticleSystemContentVO.class);
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log.error("listWaitingSortContents error", e);
|
|
|
+ log.error("listWaitingSortContents error:{}", e.getMessage());
|
|
|
}
|
|
|
return null;
|
|
|
}
|
|
|
@@ -110,7 +110,7 @@ public class AigcServiceImpl implements AigcService {
|
|
|
return jsonObject.getJSONObject("data").getString("pushId");
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log.error("createPushTask error", e);
|
|
|
+ log.error("createPushTask error:{}", e.getMessage());
|
|
|
}
|
|
|
return "";
|
|
|
}
|
|
|
@@ -126,7 +126,7 @@ public class AigcServiceImpl implements AigcService {
|
|
|
return jsonObject.getJSONObject("data").getString("pushId");
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log.error("createBatchGroupPushTask error", e);
|
|
|
+ log.error("createBatchGroupPushTask error:{}", e.getMessage());
|
|
|
}
|
|
|
return "";
|
|
|
}
|
|
|
@@ -143,7 +143,7 @@ public class AigcServiceImpl implements AigcService {
|
|
|
return true;
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log.error("updateMatchMiniprogramStatus error", e);
|
|
|
+ log.error("updateMatchMiniprogramStatus error:{}", e.getMessage());
|
|
|
}
|
|
|
return false;
|
|
|
}
|
|
|
@@ -159,7 +159,7 @@ public class AigcServiceImpl implements AigcService {
|
|
|
return true;
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log.error("filterSortContents error", e);
|
|
|
+ log.error("filterSortContents error:{}", e.getMessage());
|
|
|
}
|
|
|
return false;
|
|
|
}
|
|
|
@@ -175,7 +175,7 @@ public class AigcServiceImpl implements AigcService {
|
|
|
return jsonObject.getJSONObject("data").toJavaObject(PushStatusVO.class);
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log.error("queryPushStatus error", e);
|
|
|
+ log.error("queryPushStatus error:{}", e.getMessage());
|
|
|
}
|
|
|
return null;
|
|
|
}
|
|
|
@@ -201,7 +201,7 @@ public class AigcServiceImpl implements AigcService {
|
|
|
return data.getString("wxUrl");
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log.error("pushCover error", e);
|
|
|
+ log.error("pushCover error:{}", e.getMessage());
|
|
|
}
|
|
|
retey++;
|
|
|
}
|
|
|
@@ -223,7 +223,7 @@ public class AigcServiceImpl implements AigcService {
|
|
|
}
|
|
|
return null;
|
|
|
} catch (Exception e) {
|
|
|
- log.error("pushCover error", e);
|
|
|
+ log.error("pushCover error:{}", e.getMessage());
|
|
|
}
|
|
|
return null;
|
|
|
}
|
|
|
@@ -243,7 +243,7 @@ public class AigcServiceImpl implements AigcService {
|
|
|
}
|
|
|
return null;
|
|
|
} catch (Exception e) {
|
|
|
- log.error("getSpecialSetting error", e);
|
|
|
+ log.error("getSpecialSetting error:{}", e.getMessage());
|
|
|
}
|
|
|
return null;
|
|
|
}
|
|
|
@@ -291,7 +291,7 @@ public class AigcServiceImpl implements AigcService {
|
|
|
return jsonObject.getJSONObject("data").toJavaObject(LongArticleMatchContent.class);
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log.error("listWaitingMatchContents error", e);
|
|
|
+ log.error("listWaitingMatchContents error:{}", e.getMessage());
|
|
|
}
|
|
|
return null;
|
|
|
}
|
|
|
@@ -308,7 +308,7 @@ public class AigcServiceImpl implements AigcService {
|
|
|
return true;
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log.error("updateMatchContentStatus error", e);
|
|
|
+ log.error("updateMatchContentStatus error:{}", e.getMessage());
|
|
|
}
|
|
|
return false;
|
|
|
}
|