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