修复dnspod查询子域名列表结果转换错误bug.
This commit is contained in:
parent
7ef78d4bc5
commit
da023ceb77
|
@ -182,7 +182,7 @@ func (dnspod *Dnspod) getRecordList(domain *ddnscore.Domain, typ string) (result
|
|||
return
|
||||
}
|
||||
|
||||
err = httputils.GetAndParseJSONResponseFromHttpResponse(resp, result)
|
||||
err = httputils.GetAndParseJSONResponseFromHttpResponse(resp, &result)
|
||||
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue