Closed deggs7 closed 9 years ago
已解决,微信返回的内容默认已 iso-8859-1编码,所以需按以下方式重新编码
member.wp_nickname = userinfo_r.json().get('nickname', '').encode('iso-8859-1').decode('utf-8')
已解决,微信返回的内容默认已 iso-8859-1编码,所以需按以下方式重新编码