瀏覽代碼

change delete method ,move path parameters to body

csi0n 6 年之前
父節點
當前提交
6e0e4a7fa8
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/Builder.php

+ 2 - 1
src/Builder.php

@@ -454,7 +454,8 @@ class Builder {
      */
     public function delete()
     {
-        $this->appendDataToURL();
+        // $this->appendDataToURL();
+        $this->setPostParameters();
 
         return $this->withOption('CUSTOMREQUEST', 'DELETE')
             ->send();