wesmiler 2 years ago
parent
commit
e1d7210ff8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Services/LiveService.php

+ 2 - 1
app/Services/LiveService.php

@@ -143,7 +143,8 @@ class LiveService extends BaseService
             return false;
             return false;
         }
         }
 
 
+        $data['id'] = $liveId;
         $this->error = 2041;
         $this->error = 2041;
-        return ['id'=>$liveId, 'user_id'=> $userId,'type'=> $data['type']];
+        return $data;
     }
     }
 }
 }