牧安云哨-后端

This commit is contained in:
BBIT-Kai
2025-12-23 09:55:06 +08:00
parent f018d96e60
commit b5a9714025
16 changed files with 1219 additions and 75 deletions
+10
View File
@@ -0,0 +1,10 @@
from typing import Optional
from pydantic import BaseModel
class EMQXWebhook(BaseModel):
event: str
clientid: str
username: Optional[str] = None
timestamp: Optional[int] = None