- 新增 _credential_slot_client_data_schema:客户端响应 schema,access_token description 标注「明文」 - 新增 CredentialSlotClientView(APIView):仅 GET,user/admin token 鉴权(RedisTokenAuthentication + IsAuthenticated) - 关键差异(vs Phase 2 admin view):不调 _ensure_admin / 不调 _build_response_data / 不调 mask_token / 不含 def put - 直接 success_response(data=serializer.data) 明文返回,供手机/设备端实际调用第三方服务 - imports 段未变(Phase 2 已就位 CredentialSlot/CredentialSlotSerializer/RedisTokenAuthentication 等) CRED-05 落地步骤 1/3
Description
洛天依
Languages
TypeScript
57.8%
Python
40.3%
HTML
1.3%
CSS
0.3%
Dockerfile
0.1%
Other
0.1%