shish пре 2 година
родитељ
комит
c047488bcb
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      ghsApp/src/api/stat/index.js

+ 4 - 0
ghsApp/src/api/stat/index.js

@@ -71,3 +71,7 @@ export const getStatCgGhsProfile = data => {
 export const getStatBookProfit = data => {
 	return https.get('/stat-book/profile', data)
 }
+
+export const getStatBookPrint = data => {
+	return https.get('/stat-book/print-order', data)
+}