shish 2 жил өмнө
parent
commit
c047488bcb

+ 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)
+}