Skip to content

Commit 6381a7b

Browse files
authored
Merge pull request #62 from allencty/feature/20250124_union_1
支持全球化接入
2 parents c53842d + f704c5a commit 6381a7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dingtalk_stream/stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def open_connection(self):
163163
'clientId': self.credential.client_id,
164164
'clientSecret': self.credential.client_secret,
165165
'subscriptions': topics,
166-
'ua': 'dingtalk-sdk-python/v%s' % VERSION_STRING,
166+
'ua': 'dingtalk-sdk-python/v%s-union' % VERSION_STRING,
167167
'localIp': self.get_host_ip()
168168
}).encode('utf-8')
169169

dingtalk_stream/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION_STRING = '0.24.2'
1+
VERSION_STRING = '0.24.3'

0 commit comments

Comments
 (0)