-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(word): validate word id in WD0601 #335
Conversation
解决词单创建报错但实际创建成功 Closes e-dialect#331
US0201去除播放量相关 Closes # 314
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我感觉没什么问题
for id in body["words"]: | ||
word = Word.objects.get(id=id) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是不是只有这个是WD0601,剩下都是US0201?
那分拆一下,先只提交WD0601吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
确实,那我直接继续在这个PR上继续commit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
都可以啊,或者你把这个先close了,另外开一个PR只提交这个小东西?
close #331