diff --git a/docs/3.1-集成文档.md b/docs/3.1-集成文档.md index 75682f2f07..8a2658ac7f 100644 --- a/docs/3.1-集成文档.md +++ b/docs/3.1-集成文档.md @@ -134,7 +134,7 @@ TaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const char* p /* 以下参数仅在 mode=10000 时生效,否则会被忽略 */ "filename": string, // 自定义配置路径,必选。不支持运行中设置 - "index": int, // 使用配置中的方案需要,必选。不支持运行中设置 + "index": int, // 使用配置中的方案序号,必选。不支持运行中设置 } ```