perf: 修改 connect token

This commit is contained in:
ibuler
2022-11-27 18:31:28 +08:00
parent 5e503ec5b8
commit 23f3f903f5
3 changed files with 7 additions and 8 deletions

View File

@@ -154,7 +154,7 @@ class ConnectionTokenSecretSerializer(OrgResourceModelSerializerMixin):
class Meta:
model = ConnectionToken
fields = [
'id', 'secret', 'user', 'asset', 'account',
'id', 'value', 'user', 'asset', 'account',
'protocol', 'domain', 'gateway',
'actions', 'expire_at', 'platform',
]