{"message":"Tesla Fleet API（中国区）认证与换票服务","endpoints":{"authorize":"GET /oauth/authorize — 跳转用户至特斯拉登录授权","callback":"GET /oauth/callback — 授权完成回调（需与 RedirectUri 一致）","partnerToken":"POST /oauth/token/partner — 合作伙伴 client_credentials","refresh":"POST /oauth/token/refresh — JSON body: { \"refreshToken\": \"...\" }","exchange":"POST /oauth/token/exchange — JSON body: { \"code\": \"...\", \"redirectUri?\": \"...\" }","partnerToolsPage":"GET /partner — Fleet 合作伙伴：生成/导入密钥、磁盘持久化、注册、查询公钥","teslaPartnerPublicKey":"GET /.well-known/appspecific/com.tesla.3p.public-key.pem — 特斯拉按文档拉取的公钥 PEM（本机 Data 目录持久化）"},"docs":"https://developer.tesla.cn/docs/fleet-api/authentication/third-party-tokens"}