From 5b0b8a3b234dbd7572358c9224a327164e4529ef Mon Sep 17 00:00:00 2001 From: Docker Date: Thu, 7 Dec 2023 23:43:56 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6373775..d01448b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -English | [简体中文](translations/README-cn.md) +English | [简体中文](README-cn.md) ## 🚀HttpCat Overview HttpCat is an HTTP file transfer service implemented in Go, designed to provide a simple, efficient, and stable solution for file uploading and downloading. @@ -114,7 +114,7 @@ POST "accessKey": "httpcat", "secretKey": "httpcat_app_secret" } -例如返回: +response: { "code": 0, "msg": "success", @@ -163,8 +163,8 @@ SELECT * FROM notifications; ``` -#### 下载文件 -##### api 接口 +#### download file +##### api interface View the list of files in a specific directory within the download root. `http://127.0.0.1:8888/api/v1/file/listFiles?dir= `