wzq 5 years ago
parent
commit
e3e85c38b7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Repositories/DownloadRepository.php

+ 1 - 0
app/Repositories/DownloadRepository.php

@@ -47,6 +47,7 @@ class DownloadRepository
      */
     public function create($request)
     {
+        Log::debug('添加下载数据:'.json_encode($request));
         $token =  JWTAuth::decode(JWTAuth::getToken());
         if(!$token || $token['type'] != 1){
             return Response::create([