记录请求
This commit is contained in:
parent
23e113c02f
commit
d9882408d2
@ -20,6 +20,7 @@ def dest_partition(s: str) -> int:
|
||||
@router.post("/")
|
||||
async def point(request: Request, items: DataModel):
|
||||
try:
|
||||
print(items.json())
|
||||
public_data, _ = restore_field(items.public)
|
||||
rdb = request.app.state.redis
|
||||
data_factory = request.app.state.data_factory
|
||||
|
Loading…
Reference in New Issue
Block a user