- 博客(1)
- 收藏
- 关注
原创 Python3Django认证微信公众号服务器配置
import hashlib class wx_check(View): def get(self, request): try: data = request.GET if len(data) == 0: return HttpResponse("hello, this is handle view") signature = data.get("signature") .
2021-05-28 16:32:23
334
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅