diff --git a/document.md b/document.md index 6f4895e..e7d7e43 100644 --- a/document.md +++ b/document.md @@ -56,7 +56,7 @@ | -------- | -------- | -------- | | html | String | 页面HTML | | json | JSONObject/JSONArray | 内容转json结果 | -| bytes | bytes[] | 二进制结果 | +| bytes | byte[] | 二进制结果 | | cookies | Map | cookies | | headers | Map | headers | | statusCode | int | HTTP状态码 |