Skip to content

Instantly share code, notes, and snippets.

# coding:utf-8
from django.http import HttpResponse
import xml.etree.ElementTree as ET
import hashlib
TOKEN = "hahaha"
def wechat(request):
if request.method == 'GET':