Fix:湖南电信

This commit is contained in:
Owen 2025-03-06 12:24:41 +08:00
parent 1090608853
commit 866211675f
1 changed files with 2 additions and 0 deletions

View File

@ -85,7 +85,9 @@ public class ApiDealServiceImpl implements ApiDealStrategyService {
return respApiDealResp;
} catch (Exception e) {
logVO.setSuccess(false);
logVO.setResponse(e.getMessage());
logVO.setErrorInfo(e.getMessage());
logVO.setInnerNote(e.getMessage());
return ApiDealResp.failed(e.getMessage());
} finally {
// lock.unlock();