瀏覽代碼

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

lh 3 年之前
父節點
當前提交
b7eeda156c
共有 1 個文件被更改,包括 1 次插入0 次删除
  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