@@ -34,6 +34,10 @@ |
||
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'); |