import {httpApi} from "../request/httpApi"; export const appApi = (form) => httpApi(form, false);