chore: sdgb140
This commit is contained in:
@@ -144,6 +144,8 @@ def apiSDGB(
|
||||
# 处理响应内容
|
||||
responseContentRaw = response.content
|
||||
|
||||
print(list(responseContentRaw))
|
||||
|
||||
# 先尝试解密
|
||||
try:
|
||||
responseContentDecrypted = aes.decrypt(responseContentRaw)
|
||||
|
||||
@@ -14,6 +14,6 @@ def apiGetUserPreview(userId, noLog: bool = False) -> str:
|
||||
|
||||
# CLI 示例
|
||||
if __name__ == "__main__":
|
||||
# userId = input("请输入用户 ID:")
|
||||
userId = testUid8
|
||||
userId = input("请输入用户 ID:")
|
||||
# userId = testUid8
|
||||
print(apiGetUserPreview(userId))
|
||||
|
||||
@@ -53,7 +53,7 @@ def main_sdga():
|
||||
|
||||
print(str(decompressedData))
|
||||
|
||||
def main_sdgb():
|
||||
def main_sdgb140():
|
||||
# 填入你的想解密的数据的 base64 编码
|
||||
base64_encoded_data = "eJyrTVvpuGwCR32OdodwtVXZ7/Ofmfhin7k/K61q3XNoad1rAPGwECU="
|
||||
|
||||
@@ -71,3 +71,4 @@ def main_sdgb():
|
||||
|
||||
if __name__ == "__main__":
|
||||
main_sdga()
|
||||
main_sdgb140()
|
||||
|
||||
Reference in New Issue
Block a user