Skip to content

zentao-api / ResolvedModuleCommand

Interface: ResolvedModuleCommand

将模块动作和参数解析后的可执行请求描述。

Properties

PropertyTypeDescription
actionModuleAction匹配到的动作定义。
data?Record<string, unknown>已组装的请求体。
id?numberid{module}ID 推断出的对象 ID。
modulestring模块名称。
paramsRecord<string, unknown>原始调用参数。
pathstring已替换路径参数后的 API 路径。
query?Record<string, string | number>已组装的查询参数。

Released under the MIT License.