docs: 更新Award的集成文档

This commit is contained in:
SherkeyXD
2024-04-28 16:36:51 +08:00
parent c12362a34b
commit cc970f60f2

View File

@@ -192,12 +192,17 @@ AsstTaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const cha
```
- `Award`
领取日常奖励
领取各种奖励
```json
// 对应的任务参数
{
"enable": bool // 是否启用本任务,可选,默认为 true
"enable": bool, // 是否启用本任务,可选,默认为 true
"award": bool, // 领取每日/每周任务奖励,默认为 true
"mail": bool, // 领取所有邮件奖励,默认为 false
"recruit": bool, // 领取限定池子赠送的每日免费单抽,默认为 false
"orundum": bool, // 领取幸运墙的合成玉奖励,默认为 false
"specialaccess": bool // 领取五周年赠送的月卡奖励,默认为 false
}
```