xiaogang 4 years ago
parent
commit
40157cf0e6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Controllers/Api/DynamicController.php

+ 1 - 0
app/Http/Controllers/Api/DynamicController.php

@@ -51,6 +51,7 @@ class DynamicController extends Controller
         }
         }
         DB::beginTransaction();
         DB::beginTransaction();
         try {
         try {
+            throw new Exception(json_encode($request->post('tag')));
             $user = auth('api')->user();
             $user = auth('api')->user();
             $lock = Cache::lock('dynamic-release'.$user->id, 1);
             $lock = Cache::lock('dynamic-release'.$user->id, 1);
             if ($lock->get()) {
             if ($lock->get()) {