kaedei / aliyun-ddns-client-csharp

基于阿里云解析服务API的DDNS客户端。将本机IP更新至指定域名的DNS A记录,配合定时任务可以达到花生壳的效果。
Apache License 2.0
133 stars 52 forks source link

I got issue #4

Closed readpan closed 8 years ago

readpan commented 8 years ago
554AEBFE-37EB-4F30-AC32-3B3470BF736Adns.aliyuncs.comIllegalTimestampThe input parameter "Timestamp" that is mandatory for processing this request is not supplied.

Hi, I got the error , can u help me . thx

readpan commented 8 years ago

I solved the error. The time of my system is not correct. :) But why it's about time?

kaedei commented 8 years ago

时间是用来计算签名(验证请求有效性)的参数之一,本地和服务器之间时间差异过大的话就会验证失败