作者 karlet

feat:修复设置杠杆错误

@@ -98,7 +98,7 @@ class Api @@ -98,7 +98,7 @@ class Api
98 $header = []; 98 $header = [];
99 $body = ''; 99 $body = '';
100 $fullPath = $path; 100 $fullPath = $path;
101 - $timestamp = getMicrotime() * 1000; 101 + $timestamp = getMicrotime();
102 102
103 if ($method == 'GET' && !empty($param)) { 103 if ($method == 'GET' && !empty($param)) {
104 $fullPath = $path . '?' . http_build_query($param); 104 $fullPath = $path . '?' . http_build_query($param);