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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user