Browse Source

修改日志

xueyiming 7 months ago
parent
commit
97bb59d0c4

+ 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;
     }