添加maps系列接口
This commit is contained in:
parent
102d52068e
commit
0e898d323e
@ -30,9 +30,9 @@ class PrivMaps(Resource):
|
|||||||
except Exception:
|
except Exception:
|
||||||
log.error(f"get args failed!", exc_info=True)
|
log.error(f"get args failed!", exc_info=True)
|
||||||
args = {}
|
args = {}
|
||||||
print(f"args={args}")
|
if args:
|
||||||
users = args.get('args', None)
|
users = args.get('args', None)
|
||||||
status = args.get('status', 0)
|
status = args.get('status', 0)
|
||||||
all_data = []
|
all_data = []
|
||||||
try:
|
try:
|
||||||
if users:
|
if users:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user