|
|
@@ -195,6 +195,24 @@
|
|
|
<el-descriptions-item label="账户ID">
|
|
|
{{ currentAuth.accountId }}
|
|
|
</el-descriptions-item>
|
|
|
+ <el-descriptions-item label="账户UIN">
|
|
|
+ {{ currentAuth.accountUin || '-' }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="微信账户ID">
|
|
|
+ {{ currentAuth.wechatAccountId || '-' }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="账户类型">
|
|
|
+ {{ currentAuth.accountType || '-' }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="账户角色类型">
|
|
|
+ {{ currentAuth.accountRoleType || '-' }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="角色类型">
|
|
|
+ {{ currentAuth.roleType || '-' }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="授权范围列表">
|
|
|
+ {{ currentAuth.scopeList || '-' }}
|
|
|
+ </el-descriptions-item>
|
|
|
<el-descriptions-item label="Access Token">
|
|
|
<el-text>{{ currentAuth.accessToken }}</el-text>
|
|
|
</el-descriptions-item>
|