每分钟定时轮询缓存是否有新的广告账号需要绑定 3

This commit is contained in:
hgc 2025-02-22 16:10:02 +08:00
parent c076d26cbb
commit 05b76bbe42

View File

@ -8,6 +8,7 @@ use app\service\GoogleOAuthService;
use app\service\GoogleAdsAccountService;
use Google\ApiCore\ApiException;
use support\Response;
use support\Redis;
use support\Log;
use DI\Annotation\Inject;