This commit is contained in:
hailin 2025-06-14 23:57:06 +08:00
parent dcbf11ff8e
commit ef90812559
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
curl -X POST http://localhost:13579/api/license/activate \
curl -X POST https://license.jellydropsllc.com/api/license/activate \
-H "Content-Type: application/json" \
-d '{
"payload": "eyJtYWNoaW5lX2lkIjoiQUJDREVGMTIzNDU2IiwiZXhwaXJ5IjoiIiwiZmVhdHVyZXMiOlsiZ3B1Iiwib2NyIl19",

View File

@ -1,4 +1,4 @@
curl -X POST http://localhost:13579/api/license/generate \
curl -X POST https://license.jellydropsllc.com/api/license/generate \
-H "Content-Type: application/json" \
-d '{
"machine_id": "ABCDEF123456",

View File

@ -1,4 +1,4 @@
curl -X POST http://localhost:13579/api/license/validate \
curl -X POST https://license.jellydropsllc.com/api/license/validate \
-H "Content-Type: application/json" \
-H "X-Machine-ID: ABCDEF123456" \
-d '{