From 45207efad15675977e660e1d0d1800b5fb7af1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Tue, 28 Mar 2023 22:57:28 +0800 Subject: [PATCH] - update --- service/qq/ip.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/qq/ip.go b/service/qq/ip.go index a68cc316..3273b713 100644 --- a/service/qq/ip.go +++ b/service/qq/ip.go @@ -40,7 +40,7 @@ func newIpResult(result IpResponse, body []byte, http gorequest.Response) *IpRes } // Ip IP定位 -// https://lbs.amap.com/api/webservice/guide/api/ipconfig +// https://lbs.qq.com/service/webService/webServiceGuide/webServiceIp func (c *Client) Ip(ctx context.Context, ip string, notMustParams ...gorequest.Params) (*IpResult, error) { // 参数 params := gorequest.NewParamsWith(notMustParams...)