From 500af724f0de828b44bf44f49f88fc7ff8c6faa3 Mon Sep 17 00:00:00 2001 From: "likai.yang" Date: Tue, 29 Aug 2023 09:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0header=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9543de5..337e48c 100644 --- a/README.md +++ b/README.md @@ -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请求 ``` #### __逻辑实现__