|
await this.ctx.service.util.httpUtil.cpost('/api/mission', 'mission', data);
|
|
await this.ctx.service.util.httpUtil.cpost('/api/mission', 'mission', data);
|
|
throw new BusinessError(ErrorCode.SERVICE_FAULT, '任务创建失败');
|
|
throw new BusinessError(ErrorCode.SERVICE_FAULT, '任务创建失败');
|