更新 document.md

This commit is contained in:
小东 2019-07-22 11:02:22 +08:00 committed by Gitee
parent f7d7310066
commit bfad1d5427

View File

@ -56,7 +56,7 @@
| -------- | -------- | -------- |
| html | String | 页面HTML |
| json | JSONObject/JSONArray | 内容转json结果 |
| bytes | bytes[] | 二进制结果 |
| bytes | byte[] | 二进制结果 |
| cookies | Map<String,String> | cookies |
| headers | Map<String,String> | headers |
| statusCode | int | HTTP状态码 |