Skip to content

Commit

Permalink
增加header支持
Browse files Browse the repository at this point in the history
  • Loading branch information
likai.yang committed Aug 29, 2023
1 parent 9d820c8 commit 500af72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ image_id 为图像库中的图像id,image_tag 为图像库中图像tag名,bounds

#### __网络请求__
```
{"post":{"url":"xxxxxx", "data":{}}} 发送post请求,data字段为参数
{"get":{"url":"xxxxx"}} 发送get请求
{"post":{"url":"xxxxxx", "data":{}, "headers":{}}} 发送post请求,data字段为参数
{"get":{"url":"xxxxx", "headers":{}}} 发送get请求
```

#### __逻辑实现__
Expand Down

0 comments on commit 500af72

Please sign in to comment.