|
@@ -6,8 +6,8 @@ use App\Service\Miniprogram\Wechat\AccessTokenService;
|
|
|
use App\Service\Util\Support\Http\HttpRequestService;
|
|
|
use App\Service\Util\Support\Http\WechatURL;
|
|
|
use Illuminate\Console\Command;
|
|
|
+use Illuminate\Support\Facades\DB;
|
|
|
use Illuminate\Support\Facades\Redis;
|
|
|
-use Predis\Command\Traits\DB;
|
|
|
|
|
|
class SyncMediaInfo extends Command
|
|
|
{
|