mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
perf: favicon支持自定义
This commit is contained in:
@@ -14,9 +14,9 @@ export class SysPlusController extends BaseController {
|
||||
|
||||
@Post('/active', { summary: 'sys:settings:edit' })
|
||||
async active(@Body(ALL) body) {
|
||||
const { code } = body;
|
||||
const { code, inviteCode } = body;
|
||||
|
||||
await this.plusService.active(code);
|
||||
await this.plusService.active(code, inviteCode);
|
||||
|
||||
return this.ok(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user