UNPKG
test-iki-mini-app
Version:
latest (1.0.0)
1.0.0
ứng dựng bán hàng trên mini app z a l o
gitlab.com/drhoang999/com.miniapp.ikitech.happybreakfast
test-iki-mini-app
/
src
/
services
/
voucher.js
10 lines
(8 loc)
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
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, };