def uninstallQuery (tree, query):
req = buildReq ('uninstallQuery', tree, query)
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)
评论列表
文章目录