python-sdk
python-sdk copied to clipboard
直接下载PNG图片,编码格式错误,无法显示图片
直接用up.get(url)获取png图片,返回的不是content内容(bytes),而是text内容(str),但是无法从str编码回bytes,导致图片无法显示