Completed
Pull Request — master (#267)
by
unknown
08:02
created
rtc/src/QiniuRtc/Transport.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -13,6 +13,10 @@
 block discarded – undo
13 13
         $this->_mac = $mac;
14 14
     }
15 15
 
16
+    /**
17
+     * @param string $url
18
+     * @param string $body
19
+     */
16 20
     public function send($method, $url, $body = null)
17 21
     {
18 22
         $headers = $this->_setHeaders($method, $url, $body);
Please login to merge, or discard this patch.