Go to file
CortexCore 6766f4d920 1 2024-04-28 16:17:31 +08:00
IDIS_Server-SIM 1 2024-04-28 16:17:31 +08:00
ReadMe 1 2024-04-28 16:17:31 +08:00
.gitignore 1 2024-04-28 15:45:17 +08:00
ReadMe.md 1 2024-04-28 16:17:31 +08:00
img.png 1 2024-04-28 16:17:31 +08:00

ReadMe.md

IDIS Server Console

IDIS 标识解析服务器控制台

指南版本v0.1

未包括所有功能

食用指南

注册:

Clip_20240428_161137.png

WebApi:localhost:5242/api/register

{
  "handle": "88.123.99/202404281606",
  "templateVersion": "1.0",
  "value": {
    "key1": "value1",
    "key2": "value2"
  }
}

查询:

Clip_20240428_161438.png

WebApi:localhost:5242/api/query?key={handle}