使用微信提供的api进行图片压缩,前提是需要有appid和secret换取token,这些都可以自己去新建
1.换取token链接:https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=xxxxxxxx&secret=xxxxxxx
拿到token后使用postman进行post请求上传图片
2.上传链接:https://api.weixin.qq.com/cgi-bin/media/uploadimg?access_token=token&type=image
请求完成后返回链接
替换所有\符号为空
以上链接就是压缩后的图片地址,然后去打开下载下来
图文演示
第一步,换取token
第二步 上传图片返回链接
微信api链接:https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1444738726