[P2] API接口参数建议使用具体类型替代any #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
问题描述
API 接口定义中使用了
any类型,失去了 TypeScript 的类型安全优势。代码位置:
frontend/src/api/prison/question/index.ts:31影响
建议修复
优先级
P2 - 低(代码规范)
标签
enhancement frontend typescript
状态更新
优先级: P2 - 低(代码规范)
当前状态: 尚未修复
建议在后续迭代中处理。
此 Issue 由代码审查生成,记录在 Gitea 以便跟踪。