Skip to content

zentao-api / ModuleActionRequestBody

Interface: ModuleActionRequestBody

模块动作请求体定义。

Properties

PropertyTypeDescription
example?unknown请求体示例。
required?boolean请求体是否必填。
schemaRecord<string, unknown>OpenAPI 风格 schema,用于从 params 组装 body。
type?"string" | "object"请求体类型。

Released under the MIT License.