import proxy from "../proxy"; const term = { info: (data = {}) => async (dispatch) => await proxy.get("term/info", data, { dispatch }), }; export default term;