perf: connection token client add protocol (#9134)

Co-authored-by: feng <1304903146@qq.com>
pull/9136/head
fit2bot 2022-11-30 20:02:13 +08:00 committed by GitHub
parent 142348b055
commit edae6942ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ class RDPFileClientProtocolURLMixin:
data = { data = {
'id': str(token.id), 'id': str(token.id),
'value': token.value, 'value': token.value,
'protocol': token.protocol,
'command': '', 'command': '',
'file': {} 'file': {}
} }