Skip to content

Commit

Permalink
修改了接口文档text的urls link #61
Browse files Browse the repository at this point in the history
  • Loading branch information
左正 committed May 29, 2020
1 parent 7d6edc2 commit 62b4362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions API接口2.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

#### 请求参数
Expand Down Expand Up @@ -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
```

Expand Down Expand Up @@ -442,7 +442,7 @@ id 为 添加文本的id号。
#### 请求消息

```py
DELETE /user/texts HTTP/1.1
DELETE /api/project/texts HTTP/1.1
Content-Type: application/json
```

Expand Down

0 comments on commit 62b4362

Please sign in to comment.