docs.更新字段

假装时雨没看见(
This commit is contained in:
MistEO
2022-03-10 20:04:20 +08:00
committed by GitHub
parent 804f4a5842
commit ad7aa78c52

View File

@@ -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 达到上限)
}
```