fix domain

This commit is contained in:
2025-10-29 11:58:17 +08:00
parent fc3249987e
commit 393c637163

View File

@@ -111,7 +111,7 @@ export class LicenseService {
* 调用远程许可证API
*/
private static async callRemoteLicenseAPI(domain: string, pluginId: string): Promise<string | null> {
const url = 'https://penguin-informed-mildly.ngrok-free.app/api/license/check';
const url = 'https://kintone.alicorns.co.jp/api/license/check';
const method = 'POST';
const headers = { 'Content-Type': 'application/json' };
const body = {