Bläddra i källkod

中间件添加对渠道对应app_id是否正确的判断

lh 3 år sedan
förälder
incheckning
b7eeda156c
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/Services/Config/ConfigService.php

+ 1 - 0
src/Services/Config/ConfigService.php

@@ -11,6 +11,7 @@ namespace General\Services\Config;
 
 use App\Consts\SysConsts;
 use General\Models\Config\CompanyAuthConfig;
+use Illuminate\Support\Facades\DB;
 use Illuminate\Support\Facades\Redis;
 
 class ConfigService