From 61bccaf8e0becefa347cd7c4f32b40965d383f63 Mon Sep 17 00:00:00 2001 From: tianmeng0103 <mengyuhainiao@qq.com> Date: Mon, 1 Aug 2022 11:55:49 +0800 Subject: [PATCH] Update configure.md delete multi-scf apis endpoint function struct --- docs/configure.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/configure.md b/docs/configure.md index 01e52ab..46a322e 100644 --- a/docs/configure.md +++ b/docs/configure.md @@ -409,7 +409,7 @@ mps - MPS 触发器 | responseType | 否 | string | | 自定义响应配置返回类型,现在只支持 HTML、JSON、TEST、BINARY、XML(此配置仅用于生成 API 文档提示调用者)。 | | serviceTimeout | 否 | number | `15` | API 的后端服务超时时间,单位是秒。 | | param | 否 | [Parameter](#Parameter) | | 前端参数 | -| function | 否 | [Function](#Function) | | SCF 配置 | +| function | 否 | string | | SCF 函数名 | | usagePlan | 否 | [UsagePlan](#UsagePlan) | | 使用计划 | | auth | 否 | [Auth](#Auth) | | API 密钥配置 | | isBase64Encoded | 否 | boolean | `false` | 是否开启 Base64 编码,只有后端为 scf 时才会生效 | @@ -429,15 +429,6 @@ mps - MPS 触发器 | defaultValue | 否 | string | | API 的前端参数默认值。 | | desc | 否 | string | | API 的前端参数备注。 | -###### Function - -SCF 配置 - -| 参数名称 | 必选 | 类型 | 默认值 | 描述 | -| -------------------- | ---- | ------- | ---------- | ------------------------ | -| isIntegratedResponse | 否 | boolean | `false` | 是否启用 SCF 集成响应。 | -| functionQualifier | 否 | string | `$DEFAULT` | 触发器关联的 SCF 版本 。 | - ###### UsagePlan 使用计划