UNPKG

ttk-app-core

Version:

@ttk/recat enterprise develop framework

7 lines (6 loc) 185 B
import { fetch } from "@ttk/utils"; const mockproxy = "/mock"; export default { receiveData: (option) => fetch.post(`${mockproxy}/home-receive`, option, null, { mock: true }), };