fix: 套餐和密钥只能新增不能删除 - #5
Conversation
Add missing web management controls to allow deletion of plans and API keys. Closes aa2013#4
|
Thanks for the contribution! I reviewed the changes, but this PR does not fully implement delete support yet. It currently only adds frontend-side buttons/API wrappers. Main issues:
So I don’t think this PR is ready to merge yet. Could you please add the backend implementation and wire up the plan key delete UI as well? 感谢贡献! 我看了一下,这个 PR 目前还没有完整实现删除功能,主要只是加了前端按钮和请求封装。 目前的问题是:
所以这个 PR 现在还不能合并。麻烦补齐后端接口、数据库删除逻辑,以及密钥删除的前端交互后再更新一下。 |
Closes #4