shish hace 2 años
padre
commit
c047488bcb
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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)
+}