详细日志
This commit is contained in:
@@ -114,6 +114,7 @@ public class UDistributionController {
|
|||||||
try {
|
try {
|
||||||
return CzgResult.success(distributionUserService.getInviteCode(shopId, shopUserId));
|
return CzgResult.success(distributionUserService.getInviteCode(shopId, shopUserId));
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
log.error("autoGetInviteCode", e);
|
||||||
log.error("获取邀请码失败用户:{},:{}", shopUserId, e.getMessage());
|
log.error("获取邀请码失败用户:{},:{}", shopUserId, e.getMessage());
|
||||||
return CzgResult.success("");
|
return CzgResult.success("");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user