@@ -13,7 +13,7 @@ class Request:
# 尝试解析body为JSON
try:
self.body = json.loads(self.body)
self.body = json.loads(self.raw)
except json.JSONDecodeError:
self.body = {}
The note is not visible to the blocked user.