🎨 下载图片不下载缩略图,直接下载原图

This commit is contained in:
李寻欢 2021-08-02 11:05:40 +08:00 committed by GitHub
parent 54f4ad1497
commit cc05ef03a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -524,7 +524,7 @@ func (c *Client) WebWxGetMsgImg(msg *Message, info *LoginInfo) (*http.Response,
params := url.Values{}
params.Add("MsgID", msg.MsgId)
params.Add("skey", info.SKey)
params.Add("type", "slave")
// params.Add("type", "slave")
path.RawQuery = params.Encode()
req, _ := http.NewRequest(http.MethodGet, path.String(), nil)
return c.Do(req)