mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 19:06:49 +08:00
修改参数
This commit is contained in:
@@ -189,9 +189,6 @@ public class CasesRecommendApi extends ApiBaseController {
|
||||
} else if (CasesRecommendLaunchTypeEnum.IMPORT.getLaunchType().equals(casesRecommendLaunch.getLaunchType()) && StrUtil.isEmpty(casesRecommendLaunch.getImportId())) {
|
||||
throw new RuntimeException("导入id不能为空");
|
||||
}
|
||||
if (CollectionUtil.isEmpty(casesRecommendLaunch.getPushUserIdList())) {
|
||||
throw new RuntimeException("参数错误");
|
||||
}
|
||||
String token = request.getHeader("Xboe-Access-Token");
|
||||
if (StringUtils.isEmpty(token)) {
|
||||
token = request.getHeader("token");
|
||||
|
||||
Reference in New Issue
Block a user