Skip to content

Commit

Permalink
Merge pull request #14 from chinacase/patch-1
Browse files Browse the repository at this point in the history
Update User.php
  • Loading branch information
zhouaini528 authored May 13, 2021
2 parents 84cb1ba + a2773d5 commit 8a90304
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Api/Spot/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ public function putUserDataStream(array $data=[]){
$this->type='PUT';
$this->path='/api/v3/userDataStream';
$this->data=$data;
$this->signature=false;
return $this->exec();
}

Expand All @@ -216,6 +217,7 @@ public function deleteUserDataStream(array $data=[]){
$this->type='DELETE';
$this->path='/api/v3/userDataStream';
$this->data=$data;
$this->signature=false;
return $this->exec();
}

Expand Down

0 comments on commit 8a90304

Please sign in to comment.