Completed
Pull Request — master (#194)
by r
05:53
created
src/Qiniu/Cdn/LogManager.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -34,6 +34,10 @@
 block discarded – undo
34 34
     	return $this->post(Config::FUSION_HOST . '/v2/tune/log/list', $body);
35 35
     }
36 36
 
37
+    /**
38
+     * @param string $url
39
+     * @param string $body
40
+     */
37 41
     private function post($url, $body)
38 42
     {
39 43
         $headers = $this->auth->authorization($url, $body, 'application/json');
Please login to merge, or discard this patch.