This commit is contained in:
xiaojunnuo
2025-01-15 22:58:11 +08:00
parent 6877b865a7
commit 87620b9072
13 changed files with 130 additions and 68 deletions
@@ -10,6 +10,6 @@ export class BaseOpenController extends BaseController {
const encrypted = encryptor.encrypt(data);
return this.ok(encrypted);
}
super.ok(res);
return super.ok(res);
}
}