This commit is contained in:
2025-10-17 10:44:34 +08:00
parent f5afc6d3f3
commit 50c8b61f3b

View File

@@ -86,6 +86,8 @@ class QuerySmsStatus extends Command
}
sleep(1);
}
}else {
Log::info('没有生日有礼短信状态查询的数据');
}
@@ -130,6 +132,8 @@ class QuerySmsStatus extends Command
sleep(1);
}
}else {
Log::info('没有营销短信状态查询的数据');
}
return self::SUCCESS;
}