From 87f64bd73d1348b2431f6adce63c6906a1a41ec9 Mon Sep 17 00:00:00 2001 From: songjc <969378911@qq.com> Date: Tue, 1 Jul 2025 10:08:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/JCS_pub_API.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/JCS_pub_API.md b/docs/JCS_pub_API.md index 0fadef2..ea0a21a 100644 --- a/docs/JCS_pub_API.md +++ b/docs/JCS_pub_API.md @@ -8,20 +8,20 @@
| 请求 | +请求 | |||||||
|---|---|---|---|---|---|---|---|---|
| POST | -application/json | -/v1/bucket/create | +POST | +application/json | +/v1/bucket/create | |||
| Query | -无 | +Query | +无 | |||||
| Body | -+ | Body | +
{
"userID": 1,
"name": "bkt1" //桶名
@@ -32,8 +32,8 @@
| |||||
| Query | -+ | Query | +
{
"code": "OK",
"message": "",
| |||||