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