Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shepf authored Dec 7, 2023
1 parent 1a741fb commit 5b0b8a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -114,7 +114,7 @@ POST
"accessKey": "httpcat",
"secretKey": "httpcat_app_secret"
}
例如返回
response
{
"code": 0,
"msg": "success",
Expand Down Expand Up @@ -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=
`
Expand Down

0 comments on commit 5b0b8a3

Please sign in to comment.