OpenTreeHole/auth_next

修改用户答题题库的 answer 字段语义

Closed this issue · 1 comments

原本 answer 是 []string ,表示正确答案集合。现在改成 []int ,表示正确答案的集合。
原本有一个逻辑是 answer 中的答案不在 options 中时,把 answer 加入 options。现在不需要了,所有选项都设置在 options 中。

finished by #18