xiaogang 4 years ago
parent
commit
c1b67027fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Api/HomeController.php

+ 1 - 1
app/Http/Controllers/Api/HomeController.php

xqd
@@ -177,7 +177,7 @@ class HomeController extends Controller
      * 阅后即焚
      */
     public function photo_destroy(Request $request){
-        dd($request->all());
+        dd($request->header());
         try {
             if(empty($request->url)){
                 throw new Exception("参数错误");