@@ -40,7 +40,7 @@ class CheckDlt:
print(log_detail)
exit(0)
except Exception as e:
- print(str(e))
+ print(f'请求失败 {e}')
resp_json = resp.json()