antchain-bot 1.12.34__tar.gz → 1.12.35__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {antchain_bot-1.12.34 → antchain_bot-1.12.35}/PKG-INFO +1 -1
- {antchain_bot-1.12.34 → antchain_bot-1.12.35}/antchain_bot.egg-info/PKG-INFO +1 -1
- antchain_bot-1.12.35/antchain_sdk_bot/__init__.py +1 -0
- {antchain_bot-1.12.34 → antchain_bot-1.12.35}/antchain_sdk_bot/client.py +2 -2
- {antchain_bot-1.12.34 → antchain_bot-1.12.35}/antchain_sdk_bot/models.py +1 -1
- {antchain_bot-1.12.34 → antchain_bot-1.12.35}/setup.py +1 -1
- antchain_bot-1.12.34/antchain_sdk_bot/__init__.py +0 -1
- {antchain_bot-1.12.34 → antchain_bot-1.12.35}/LICENSE +0 -0
- {antchain_bot-1.12.34 → antchain_bot-1.12.35}/MANIFEST.in +0 -0
- {antchain_bot-1.12.34 → antchain_bot-1.12.35}/README-CN.md +0 -0
- {antchain_bot-1.12.34 → antchain_bot-1.12.35}/README.md +0 -0
- {antchain_bot-1.12.34 → antchain_bot-1.12.35}/antchain_bot.egg-info/SOURCES.txt +0 -0
- {antchain_bot-1.12.34 → antchain_bot-1.12.35}/antchain_bot.egg-info/dependency_links.txt +0 -0
- {antchain_bot-1.12.34 → antchain_bot-1.12.35}/antchain_bot.egg-info/requires.txt +0 -0
- {antchain_bot-1.12.34 → antchain_bot-1.12.35}/antchain_bot.egg-info/top_level.txt +0 -0
- {antchain_bot-1.12.34 → antchain_bot-1.12.35}/setup.cfg +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.12.35'
|
|
@@ -135,7 +135,7 @@ class Client:
|
|
|
135
135
|
'req_msg_id': AntchainUtils.get_nonce(),
|
|
136
136
|
'access_key': self._access_key_id,
|
|
137
137
|
'base_sdk_version': 'TeaSDK-2.0',
|
|
138
|
-
'sdk_version': '1.12.
|
|
138
|
+
'sdk_version': '1.12.35',
|
|
139
139
|
'_prod_code': 'BOT',
|
|
140
140
|
'_prod_channel': 'undefined'
|
|
141
141
|
}
|
|
@@ -239,7 +239,7 @@ class Client:
|
|
|
239
239
|
'req_msg_id': AntchainUtils.get_nonce(),
|
|
240
240
|
'access_key': self._access_key_id,
|
|
241
241
|
'base_sdk_version': 'TeaSDK-2.0',
|
|
242
|
-
'sdk_version': '1.12.
|
|
242
|
+
'sdk_version': '1.12.35',
|
|
243
243
|
'_prod_code': 'BOT',
|
|
244
244
|
'_prod_channel': 'undefined'
|
|
245
245
|
}
|
|
@@ -44178,7 +44178,7 @@ class SendTaskalarmResponse(TeaModel):
|
|
|
44178
44178
|
self.result_code = result_code
|
|
44179
44179
|
# 异常信息的文本描述
|
|
44180
44180
|
self.result_msg = result_msg
|
|
44181
|
-
#
|
|
44181
|
+
# 异常结果返回值
|
|
44182
44182
|
self.alarmcode = alarmcode
|
|
44183
44183
|
|
|
44184
44184
|
def validate(self):
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.12.34'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|