Merge #78 into master from cc_20260330_fix

fix:日志

* cc_20260330_fix: (1 commits squashed)

  - fix:日志

Signed-off-by: 王非凡 <accounts_67eba0c5fee9c49c80c8e2b4@mail.teambition.com>
Merged-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com>

CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/78
This commit is contained in:
王非凡
2026-03-30 07:48:17 +00:00
committed by 正新
parent 7ad6cc71bb
commit 6515403be4

View File

@@ -208,7 +208,8 @@ public class ThirdXgjServiceImpl implements ThirdXgjService {
}
return builder.build();
} catch (Exception e) {
throw new ServiceException(ErrorCodeEnum.THIRD_API_SIGN_ERROR);
log.error("签名生成异常", e);
throw new ServiceException(ErrorCodeEnum.THIRD_API_SIGN_ERROR, e);
}
}