pmc 50dcf1c8e2 feat(03-01): 在 qy_lty/urls.py 注册 /api/credential-slot/ 路由
- imports 段追加 from aiapp.views import CredentialSlotClientView
- api_urlpatterns 列表在 common/upload/ 与 v1/admin/ 之间插入新路由
  path('credential-slot/', CredentialSlotClientView.as_view(), name='client_credential_slot')
- 最终 URL: /api/credential-slot/(顶层 api_urlpatterns,非任何 sub-include)
- resolve('/api/credential-slot/') 返回 CredentialSlotClientView,反向解析返回 /api/credential-slot/
- python manage.py check 通过(仅遗留 staticfiles.W004 与本 plan 无关)

CRED-05 落地步骤 2/3
2026-05-08 10:14:04 +08:00
2026-03-17 13:17:02 +08:00
Description
洛天依
2.5 MiB
Languages
TypeScript 57.8%
Python 40.3%
HTML 1.3%
CSS 0.3%
Dockerfile 0.1%
Other 0.1%