Commit bbe10e13 by 吴博

Merge branch 'fixbug/1007307-1' into 'release'

feat: [1007307] 多渠道

See merge request rays/pcloud-book!1608
parents 80028367 280a78d6
......@@ -726,11 +726,6 @@ public class ResourcePageBizImpl implements ResourcePageBiz {
if (Objects.isNull(multiChannelContentDTO.getChannelType())) {
throw new BookBizException(BookBizException.PARAM_IS_ERROR, "请选择多渠道渠道!");
}
if (null == multiChannelContentDTO.getUserId()) {
throw new BookBizException(BookBizException.PARAM_IS_ERROR, "授权用户id不能为null!");
}
if (CollUtil.isEmpty(multiChannelContentDTO.getMultiChannelContentItems())) {
throw new BookBizException(BookBizException.PARAM_IS_ERROR, "配置内容不能为null");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment