修复dnspod查询子域名列表结果转换错误bug.

This commit is contained in:
古大羊 2022-08-31 16:00:43 +08:00
parent 7ef78d4bc5
commit da023ceb77
1 changed files with 1 additions and 1 deletions

View File

@ -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
}