正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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); |
-
请 注册 或 登录 后发表评论