Skip to content

Update configure.md #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions docs/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 时才会生效 |
Expand All @@ -429,15 +429,6 @@ mps - MPS 触发器
| defaultValue | 否 | string | | API 的前端参数默认值。 |
| desc | 否 | string | | API 的前端参数备注。 |

###### Function

SCF 配置

| 参数名称 | 必选 | 类型 | 默认值 | 描述 |
| -------------------- | ---- | ------- | ---------- | ------------------------ |
| isIntegratedResponse | 否 | boolean | `false` | 是否启用 SCF 集成响应。 |
| functionQualifier | 否 | string | `$DEFAULT` | 触发器关联的 SCF 版本 。 |

###### UsagePlan

使用计划
Expand Down