chore: sdgb140

This commit is contained in:
mokurin000
2025-07-30 01:43:30 +08:00
parent c304c24863
commit 41a2ad5ae1
3 changed files with 6 additions and 3 deletions

View File

@@ -144,6 +144,8 @@ def apiSDGB(
# 处理响应内容
responseContentRaw = response.content
print(list(responseContentRaw))
# 先尝试解密
try:
responseContentDecrypted = aes.decrypt(responseContentRaw)