全部打印
This commit is contained in:
parent
b913624a37
commit
0fee96afb3
@ -20,8 +20,7 @@ def dest_partition(s: str) -> int:
|
|||||||
@router.post("/")
|
@router.post("/")
|
||||||
async def point(request: Request, items: DataModel):
|
async def point(request: Request, items: DataModel):
|
||||||
try:
|
try:
|
||||||
if items.public.get('b01') != 'e903ab24ad8f4bfca8a3ce7e122cd102':
|
print(items.json())
|
||||||
print(items.json())
|
|
||||||
|
|
||||||
public_data, _ = restore_field(items.public)
|
public_data, _ = restore_field(items.public)
|
||||||
rdb = request.app.state.redis
|
rdb = request.app.state.redis
|
||||||
|
Loading…
Reference in New Issue
Block a user