From 5a7caa169c5af7ee4ac05a9e396ccc3385f7c105 Mon Sep 17 00:00:00 2001 From: jinye Date: Sun, 25 Jun 2023 15:33:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8E=BB=E6=8E=89editor=E9=87=8Capi?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E9=80=82=E9=85=8D=E5=99=A8=E9=87=8C=E5=85=B3?= =?UTF-8?q?=E4=BA=8Eapi.body=E7=9A=84=E8=AF=B4=E6=98=8E,=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E4=BD=BF=E7=94=A8api.data?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/amis-editor/src/renderer/APIAdaptorControl.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/amis-editor/src/renderer/APIAdaptorControl.tsx b/packages/amis-editor/src/renderer/APIAdaptorControl.tsx index 459d28acf29..ab14338d592 100644 --- a/packages/amis-editor/src/renderer/APIAdaptorControl.tsx +++ b/packages/amis-editor/src/renderer/APIAdaptorControl.tsx @@ -397,9 +397,8 @@ setSchemaTpl('apiRequestAdaptor', {  1. api:接口的schema配置对象
 2. api.data:请求数据
 3. api.query:请求查询参数
-  4. api.body:请求体(针对POST/PUT/PATCH)
-  5. api.headers:请求头
-  6. api.url:请求地址
` +  4. api.headers:请求头
+  5. api.url:请求地址
` ), name: 'requestAdaptor', type: 'ae-apiAdaptorControl',