|
|
@@ -487,13 +487,11 @@ public class PlanNewCommonOutController {
|
|
|
* @return {@link Mono}<{@link RStatus}<{@link DomainSelectRes}>>
|
|
|
*/
|
|
|
@PostMapping("domainSelect")
|
|
|
-
|
|
|
public Mono<RStatus<DomainSelectRes>> domainSelect(@RequestBody OutDomainRequest request, ServerWebExchange exchange) {
|
|
|
if (null == request.getCode() || request.getCode().isEmpty()) {
|
|
|
return Mono.error(new BaseException("code为空"));
|
|
|
}
|
|
|
Mono<RStatus<DomainSelectRes>> planNew;
|
|
|
-
|
|
|
if (1 == request.getTypePlan()) {
|
|
|
// 加群裂变
|
|
|
planNew = this.getPlanNew(request);
|