AccountService

生成当前用户系统令牌

为当前登录用户生成或重新生成系统 API Token。响应包含明文 token,服务端会设置 no-store 缓存控制。

post/v1/account/token/generate

Response

OK

createdAtstring date-time

创建时间。

lastRegeneratedAtstring date-time

最近一次重新生成时间。

tokenstring

系统 API Token 明文,仅用于前端展示和复制。

tokenPrefixstring

Token 前缀,用于列表展示和识别。

updatedAtstring date-time

更新时间。

Changes

No recorded changes to this endpoint across all 1 revision of this API.