import { queryPage } from './base'; const root = 'log/action'; export const list = (example) => { return queryPage(root, example); };