|
if (!_.isString(site)) throw new BusinessError(ErrorCode.BADPARAM, '租户信息不存在');
|
|
if (!_.isString(site)) throw new BusinessError(ErrorCode.BADPARAM, '租户信息不存在');
|
|
const { name, domain, banner, copyright, theme, content, remark } = this.ctx.request.body;
|
|
const { name, domain, banner, copyright, theme, content, remark } = this.ctx.request.body;
|
|
const res = await this.service.update({ site }, { name, domain, banner, copyright, theme, content, remark }, { projection: '+content' });
|
|
const res = await this.service.update({ site }, { name, domain, banner, copyright, theme, content, remark }, { projection: '+content' });
|