|
|
@@ -607,7 +607,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements Us
|
|
|
//存在Claude code车票不发送体验卡
|
|
|
if (!claudeCodeService.checkClaudeCodeUser(user.getId())) {
|
|
|
//发送claude code 体验卡
|
|
|
- groupRelationFrontService.getTrialTicketByUserIdAndGoodsId(user.getId(), Constant.DISTRIBUTE_CLAUDE_CODE_TRIAL_SKU_ID, 2);
|
|
|
+ groupRelationFrontService.getTrialTicketByUserIdAndGoodsId(user.getId(), Constant.DISTRIBUTE_CLAUDE_CODE_TRIAL_SKU_ID, 1);
|
|
|
}
|
|
|
}
|
|
|
} else {
|