|
|
@@ -267,11 +267,11 @@ public class PlanNewCommonOutController {
|
|
|
} else if (2 == request.getTypePlan()) {
|
|
|
// 听书裂变
|
|
|
return this.getListeningPlan(request);
|
|
|
- } else if (3 == request.getTypePlan()) {
|
|
|
+ } else {
|
|
|
// 交友裂变
|
|
|
return this.getFriendPlan(request);
|
|
|
}
|
|
|
- throw new BaseException("typePlan 类型错误");
|
|
|
+ // throw new BaseException("typePlan 类型错误");
|
|
|
}
|
|
|
|
|
|
/**
|