取消记录寻息成功日志
This commit is contained in:
parent
3a38ee28b9
commit
38b5512001
|
@ -70,8 +70,6 @@ class XxClient:
|
||||||
if raise_exception:
|
if raise_exception:
|
||||||
raise ParseError(**err_detail)
|
raise ParseError(**err_detail)
|
||||||
return 'fail', err_detail
|
return 'fail', err_detail
|
||||||
if '/WebLocate/locateByRail' in url:
|
|
||||||
self.handle_log(result='success', response=ret)
|
|
||||||
return 'success', ret['data']
|
return 'success', ret['data']
|
||||||
self.handle_log(result='error', response=ret)
|
self.handle_log(result='error', response=ret)
|
||||||
if raise_exception:
|
if raise_exception:
|
||||||
|
|
Loading…
Reference in New Issue