import moduleRequest from "../utils/http" const http = moduleRequest('/client/c/org/') export default { orgList: () => http.get('orgList') }