zoujiajian 1 ano atrás
pai
commit
5b5359439c

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/user/impl/UserServiceImpl.java

@@ -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 {