详细日志
This commit is contained in:
@@ -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("");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user