Update cert_api.py
This commit is contained in:
parent
3c99f17158
commit
fc7609874d
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue