webgrip
#!/bin/bash

RECORD_ID= 
DOMAIN=
SUB_DOMAIN
UID=
TOKEN=
REMOTE_IP

curl https://dnsapi.cn/Record.Ddns   -H \'content-type: application/x-www-form-urlencoded\'  -d \'domain=\'$DOMAIN\'&sub_domain=\'$SUB_DOMAIN\'&value=\'$REMOTE_IP\'&login_token=\'$UID\'%20%2C\'$TOKEN\'&format=json&record_id=\'$RECORD_ID\'&record_line=%E9%BB%98%E8%AE%A4\'

  http://icms.factj.com/article.php?id=2352

分类:

技术点:

相关文章:

  • 2021-12-24
  • 2021-09-21
  • 2021-07-26
  • 2022-01-17
  • 2022-12-23
  • 2021-06-18
  • 2022-12-23
  • 2022-02-09
猜你喜欢
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
相关资源
相似解决方案