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