def getFlowCollectionDir():
req = {'api': 'getFlowCollDir'}
resp, content = r.get (controller, json.dumps (req, default=json_util.default), "pathdump")
if resp['status'] != '200':
return ''
else:
return json.loads (content, object_hook=json_util.object_hook)[0]
评论列表
文章目录