Update cert_api.py

This commit is contained in:
Mr Chen 2024-07-26 12:43:32 +08:00
parent 3c99f17158
commit fc7609874d
1 changed files with 1 additions and 1 deletions

View File

@ -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: