diff --git a/app/Services/Cron/ArticleSchema.php b/app/Services/Cron/ArticleSchema.php index 6f7023d9..6d170851 100644 --- a/app/Services/Cron/ArticleSchema.php +++ b/app/Services/Cron/ArticleSchema.php @@ -93,6 +93,7 @@ final class ArticleSchema $sMsg = "slave那边同步失败?"; TeleSlave::warn()->send([ "msg" => $sMsg, + "url" => $sSiteArticleApiUrl, "result" => $sHttpResult, ]); echo $sMsg;