From 30027df01c84c5e2488ca89a499a45410481655d Mon Sep 17 00:00:00 2001 From: giaogiao Date: Mon, 7 Aug 2023 11:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f75674 --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +## API URL +``` +http://127.0.0.1:1323/textserver +``` +## RequestData +``` +{ + "Urls": [{ + "url": "https://www.github.com/" + }, { + "url": "http://127.0.0.1" + }, { + "url": "https://www.github.com/" + }] +} +``` + +## ReturnData +``` +{ + "code": 200, + "message": "", + "data": { + "items": [ + { + "code": 200, + "time": 36, + "url": "http://127.0.0.1" + }, + { + "code": 200, + "time": 991, + "url": "https://www.github.com/" + }, + { + "code": 200, + "time": 994, + "url": "https://www.github.com/" + } + ] + } +} +``` \ No newline at end of file