From 62b4362ded1820d8bc70966b7b93efa3b8cf20dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=A6=E6=AD=A3?= <17373190@buaa.edu.cn> Date: Fri, 29 May 2020 11:51:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=96=87=E6=A1=A3text=E7=9A=84urls=20link=20#61?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "API\346\216\245\345\217\2432.9.md" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/API\346\216\245\345\217\2432.9.md" "b/API\346\216\245\345\217\2432.9.md" index 7297ccf..e2e321c 100644 --- "a/API\346\216\245\345\217\2432.9.md" +++ "b/API\346\216\245\345\217\2432.9.md" @@ -343,7 +343,7 @@ ret 不为 0 表示失败, msg字段描述添加失败的原因 #### 请求消息 ```py -GET /user/texts?list_project HTTP/1.1 +GET /api/project/texts?list_project HTTP/1.1 ``` #### 请求参数 @@ -385,7 +385,7 @@ http 响应消息 body 中, 数据以json格式存储, #### 请求消息 ```py -POST /user/texts HTTP/1.1 +POST /api/project/texts HTTP/1.1 Content-Type: application/json ``` @@ -442,7 +442,7 @@ id 为 添加文本的id号。 #### 请求消息 ```py -DELETE /user/texts HTTP/1.1 +DELETE /api/project/texts HTTP/1.1 Content-Type: application/json ```