From fc7609874d7ce0b1fb17ebadcdb577cb3e5e49b0 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 26 Jul 2024 12:43:32 +0800 Subject: [PATCH] Update cert_api.py --- class/core/cert_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/core/cert_api.py b/class/core/cert_api.py index 774a8d7e9..016f971a2 100644 --- a/class/core/cert_api.py +++ b/class/core/cert_api.py @@ -377,7 +377,7 @@ fi return response except Exception as ex: # self.getError() - raise Exception("requestsPost: {}".format(self.getError(str(ex)))) + raise Exception("异常: {}".format(self.getError(str(ex)))) def getRequestJson(self, response): try: