yzk_wechat_event/apps/jqr/parsers.py

7 lines
126 B
Python
Raw Normal View History

2023-12-13 16:09:16 +08:00
from rest_framework_xml.parsers import XMLParser
class WechatContentParser(XMLParser):
media_type = 'text/xml'
pass