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 ```