From ad7aa78c520bf2f31f3ea1c8a63f278145c5338c Mon Sep 17 00:00:00 2001 From: MistEO Date: Thu, 10 Mar 2022 20:04:20 +0800 Subject: [PATCH] =?UTF-8?q?docs.=E6=9B=B4=E6=96=B0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 假装时雨没看见( --- docs/集成文档.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 达到上限) } ```