course/starbook/learn-word-set-level #139
Replies: 1 comment
-
curl 请求上的参数错误, proficiency_level应该为level |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
course/starbook/learn-word-set-level
通过GoFrame框架实现设置单词掌握程度功能。使用PATCH方法修改ProficiencyLevel字段,引入参数验证确保等级在1到5之间。设计的API路由风格遵循资源层级关系,推荐使用words/{id}/level形式。通过数据库更新完成等级设置,提供接口测试示例以验证功能的正确性。
https://goframe.org/course/starbook/learn-word-set-level
Beta Was this translation helpful? Give feedback.
All reactions