记录寻息日志
This commit is contained in:
parent
e2e71c6d65
commit
a29ed9342e
|
@ -104,7 +104,7 @@ class XxClient:
|
||||||
if raise_exception:
|
if raise_exception:
|
||||||
raise ParseError(**err_detail)
|
raise ParseError(**err_detail)
|
||||||
return 'fail', err_detail
|
return 'fail', err_detail
|
||||||
# self.handle_log(result='success', response=None)
|
self.handle_log(result='success', response=None)
|
||||||
return 'success', ret['data']
|
return 'success', ret['data']
|
||||||
self.handle_log(result='error', errors=traceback.format_exc())
|
self.handle_log(result='error', errors=traceback.format_exc())
|
||||||
if raise_exception:
|
if raise_exception:
|
||||||
|
|
Loading…
Reference in New Issue