diff --git a/docs/集成文档.md b/docs/集成文档.md index 694697a224..5b069d878b 100644 --- a/docs/集成文档.md +++ b/docs/集成文档.md @@ -65,8 +65,8 @@ TaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const char* p ... ], "times": int, // 招募多少次,必选。若仅公招计算,可设置为 0 - "expedited": bool, // 是否使用加急许可,可选,默认 false - "expedited_times": int, // 加急次数,仅在 expedited 为 true 时有效。 + "expedite": bool, // 是否使用加急许可,可选,默认 false + "expedite_times": int, // 加急次数,仅在 expedite 为 true 时有效。 // 可选,默认无限使用(直到 times 达到上限) } ```