pull/243/head
xiaojunnuo 2024-11-07 10:05:03 +08:00
parent 0c645b6e66
commit fdc6eef921
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ export class PlusService {
licenseInfo.license = license;
await this.sysSettingsService.saveSetting(licenseInfo);
};
return new PlusRequestService({ subjectId, bindUrl, installTime, saveLicense });
}