Files
zhiyin/zhiyin-app
yuzhiran d8a7872cd2 fix: interview create returns HTTP 201, frontend only accepted 200
NestJS POST 默认返回 201 Created,前端 startInterview() 和
sendAnswer() 只判断 statusCode === 200 导致成功创建也落入
else 分支显示创建面试失败。改为 >= 200 && < 300。
2026-07-03 15:52:35 +08:00
..
2026-06-08 16:28:00 +08:00
2026-06-08 16:28:00 +08:00