添加maps系列接口

This commit is contained in:
pengtao 2019-09-09 17:22:28 +08:00
parent 102d52068e
commit 0e898d323e

View File

@ -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: