fix(admin-web): update AuthorizationStatus type to use AUTHORIZED
Changed type definition from 'ACTIVE' to 'AUTHORIZED' to match backend API. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f77ecff659
commit
258aff8bf7
|
|
@ -13,7 +13,7 @@ export type RoleType =
|
|||
/**
|
||||
* 授权状态
|
||||
*/
|
||||
export type AuthorizationStatus = 'ACTIVE' | 'REVOKED';
|
||||
export type AuthorizationStatus = 'AUTHORIZED' | 'REVOKED';
|
||||
|
||||
/**
|
||||
* 授权信息
|
||||
|
|
|
|||
Loading…
Reference in New Issue