Browse Source

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

lh 3 năm trước cách đây
mục cha
commit
b7eeda156c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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