【转载】微信公众平台 token 验证失败 python3
原文链接微信官方文档是python2.7# -*- coding: utf-8 -*-# filename: handle.py import hashlibimport web class Handle(object): def GET(self): try: data = web.input() if len(data) == 0: return "hello, this is han





