course/starbook/learn-word-rand #136
Replies: 2 comments 1 reply
-
internal/controller/words/words_v1_rand_list.go nternal/logic/words/learn_words.go 这两个文件里面的内容反了。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
为啥c可以当service在使用呢? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
course/starbook/learn-word-rand
使用GoFrame框架设计随机获取单词接口。提供路径words/rand的API,支持在1到300之间限制获取单词个数。使用OrderRandom实现随机查询,Limit限制查询返回数量。控制器调用逻辑处理查询结果,并进行接口测试以验证功能。
https://goframe.org/course/starbook/learn-word-rand
Beta Was this translation helpful? Give feedback.
All reactions