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