api.js 98 B

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