views.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:golem 作者: prihoda 项目源码 文件源码
def post(self, request, *args, **kwargs):
        # Converts the text payload into a python dictionary
        request_body = json.loads(self.request.body.decode('utf-8'))
        TelegramInterface.accept_request(request_body)
        return HttpResponse()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号