添加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: 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: