UNPKG

ttk-app-core

Version:

@ttk/recat enterprise develop framework

9 lines (8 loc) 284 B
import { fetch } from "@ttk/utils"; const mockproxy = "/mock"; export default { selectData: (option) => fetch.post(`${mockproxy}/selectData`, option, null, { mock: true }), voucherList: (option) => fetch.post(`${mockproxy}/home-voucher`, option, null, { mock: true }), };