详细日志

This commit is contained in:
2026-01-20 17:39:39 +08:00
parent c542f18938
commit 64830203f3

View File

@@ -114,6 +114,7 @@ public class UDistributionController {
try {
return CzgResult.success(distributionUserService.getInviteCode(shopId, shopUserId));
} catch (Exception e) {
log.error("autoGetInviteCode", e);
log.error("获取邀请码失败用户:{}:{}", shopUserId, e.getMessage());
return CzgResult.success("");
}