From 893ff90c6e21fa3a5241a8ae9b33836037cd5912 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 29 Aug 2024 15:19:17 +0800
Subject: [PATCH] 提交
---
api/index.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/api/index.js b/api/index.js
index 7f888b6..7789e7f 100644
--- a/api/index.js
+++ b/api/index.js
@@ -16,6 +16,13 @@
})
}
+export function getUserInfo(id) {
+ return service({
+ url: `/api/app/student/${id}`,
+ method: 'GET'
+ })
+}
+
export function getLastApp(data) {
return service({
url: '/app/version/last',
--
Gitblit v1.9.2