UNPKG

test-iki-mini-app

Version:

ứng dựng bán hàng trên mini app z a l o

10 lines (8 loc) 235 B
import { callApi } from "../api/index.jsx"; import { constants as c } from "../constants"; const getAllVoucher = () => { return callApi(`/customer/${c.STORE_CODE}/vouchers`, "get"); }; export const voucher = { getAllVoucher, };