shish 4 лет назад
Родитель
Сommit
54834882b6
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      ghsApp/src/api/console/index.js

+ 5 - 0
ghsApp/src/api/console/index.js

@@ -3,3 +3,8 @@ import https from '@/plugins/luch-request_0.0.7/request'
 export const getStat = async data => {
 	return https.get('/console/stat', data)
 }
+
+
+export const getStrokeCount = async data => {
+	return https.get('/console/stroke-count', data)
+}