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: