xueyiming преди 11 месеца
родител
ревизия
97bb59d0c4
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/remote/impl/AigcServiceImpl.java

+ 2 - 2
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/remote/impl/AigcServiceImpl.java

@@ -106,7 +106,7 @@ public class AigcServiceImpl implements AigcService {
                 return jsonObject.getJSONObject("data").getString("pushId");
             }
         } catch (Exception e) {
-            log.error("listWaitingMatchMiniprogramContents error", e);
+            log.error("createPushTask error", e);
         }
         return "";
     }
@@ -176,7 +176,7 @@ public class AigcServiceImpl implements AigcService {
             }
             return null;
         } catch (Exception e) {
-            log.error("getAllLongArticleSystemPlan error", e);
+            log.error("pushCover error", e);
         }
         return null;
     }