Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "username": "admin",
    "tokenName": "=zhengyu",
    "token": "3bf5056348e6a5abc9524c71611f7851c44277cdb834788b95d8d16552b054f8",
    "status": "ok"
}

查询记录

http://localhost:5380/api/zones/records/get?token=x&domain=example.com&zone=example.com&listZone=true

添加记录

http://localhost:5380/api/zones/records/add?token=x&domain=example.com&zone=example.com

...